Documentation
¶
Overview ¶
Computes the state of collection at an exact revision. The revision's parent DAG is traversed back to the root to compute all the deltas.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirPeekResult ¶
type StateAt ¶
type StateAt struct { ChangesetId string // contains filtered or unexported fields }
func ComputeStateAt ¶
func ComputeStateAt(c stotypes.Collection, changesetId string) (*StateAt, error)
func ComputeStateAtHead ¶
func ComputeStateAtHead(c stotypes.Collection) (*StateAt, error)
Click to show internal directories.
Click to hide internal directories.