Documentation

Lake.Config.Artifact

structure Lake.Artifact :

A file with a known content hash.

  • The path to the artifact on the file system.

  • name : String

    The name of the artifact. This is used, for example, as a caption in traces.

  • mtime : MTime

    The modification time of the artifact (or 0 if unknown).

  • hash : Hash

    The content hash of the artifact.

Instances For
    Equations
    @[inline]

    Sets the name of the artifact.

    Equations
    Instances For
      @[inline]

      Sets the name and path of the artifact using the file outside the Lake artifact cache.

      Equations
      Instances For

        The build trace formed from this single artifact.

        Equations
        Instances For