mill.api.daemon.FilesystemCheckerEnabled
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
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
-
Source
-
DynamicVariable.scala
Retrieves the current value.
Change the currently bound value, discarding the old value. Usually withValue() gives better semantics.
Change the currently bound value, discarding the old value. Usually withValue() gives better semantics.
Attributes
-
Inherited from:
-
DynamicVariable
-
Source
-
DynamicVariable.scala
Sets the value of the variable while executing the specified thunk.
Sets the value of the variable while executing the specified thunk.
Value parameters
-
newval
-
The value to which to set the variable
-
thunk
-
The code to evaluate under the new setting
Attributes
-
Inherited from:
-
DynamicVariable
-
Source
-
DynamicVariable.scala