CodeSigUtils
Attributes
- Source
- CodeSigUtils.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CodeSigUtils.type
Members list
Value members
Concrete methods
Returns all method signatures relevant to a task: task method + constructor signatures. Used for both code signature computation and invalidation tree building.
Returns all method signatures relevant to a task: task method + constructor signatures. Used for both code signature computation and invalidation tree building.
Constructor signatures are included because when a module's constructor changes, all tasks in that module need to be invalidated. The signature format matches the codesig tree format: "className#
Value parameters
- constructorHashSignatures
-
Pre-computed map from class name to constructor signatures.
Attributes
- Source
- CodeSigUtils.scala
Attributes
- Source
- CodeSigUtils.scala
Attributes
- Source
- CodeSigUtils.scala
Returns all enclosing modules for a task, from innermost to outermost. Used by both codeSigForTask and moduleAccessorSignatures.
Returns all enclosing modules for a task, from innermost to outermost. Used by both codeSigForTask and moduleAccessorSignatures.
Attributes
- Source
- CodeSigUtils.scala
Attributes
- Source
- CodeSigUtils.scala