FileSourceInfo

viz.vega.FileSourceInfo
case class FileSourceInfo(path: String, contentHash: Int) extends SourceInfo

Tracks a filesystem file for staleness detection.

Value parameters

contentHash

Hash of file content at compile time

path

Absolute path to the source file

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SourceInfo
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def description: String
def readCurrentContent(): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product