FilesystemCheckerEnabled

mill.api.daemon.FilesystemCheckerEnabled
object FilesystemCheckerEnabled extends DynamicVariable[Boolean]

Variable indicating whether or not the user has globally disabled the OS-Lib filesystem checks.

Attributes

Source
FilesystemCheckerEnabled.scala
Graph
Supertypes
class DynamicVariable[Boolean]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
DynamicVariable -> Any
Inherited from:
DynamicVariable
def value: Boolean

Attributes

Inherited from:
DynamicVariable
def value_=(newval: Boolean): Unit

Attributes

Inherited from:
DynamicVariable
def withValue[S](newval: Boolean)(thunk: => S): S

Attributes

Inherited from:
DynamicVariable