CachedBinary

scala.cli.internal.CachedBinary
object CachedBinary

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class CacheData(changed: Boolean, projectSha: String)

Attributes

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

Value members

Concrete methods

def getCacheData(build: Successful, config: List[String], dest: Path, workDir: Path): CacheData
def updateProjectAndOutputSha(dest: Path, workDir: Path, currentProjectSha: String): Unit