Documentation
¶
Index ¶
- type Deps
- type DepsLog
- func (d *DepsLog) Close() error
- func (d *DepsLog) GetDeps(node *graph.Node) *Deps
- func (d *DepsLog) GetFirstReverseDepsNode(node *graph.Node) *graph.Node
- func (d *DepsLog) IsDepsEntryLiveFor(node *graph.Node) bool
- func (d *DepsLog) Load(path string, state *state.State) error
- func (d *DepsLog) Nodes() []*graph.Node
- func (d *DepsLog) OpenForWrite(path string) error
- func (d *DepsLog) OpenForWriteIfNeeded() error
- func (d *DepsLog) Recompact(path string) error
- func (d *DepsLog) RecordDeps(node *graph.Node, mtime timestamp.TimeStamp, nodes []*graph.Node) error
- func (d *DepsLog) RecordId(node *graph.Node) error
- func (d *DepsLog) TestingGetDeps() []*Deps
- func (d *DepsLog) UpdateDeps(outID int, deps *Deps) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepsLog ¶
type DepsLog struct {
// contains filtered or unexported fields
}
DepsLog tracks dependency information
func (*DepsLog) GetFirstReverseDepsNode ¶
func (*DepsLog) OpenForWrite ¶
func (*DepsLog) OpenForWriteIfNeeded ¶
func (*DepsLog) RecordDeps ¶
func (*DepsLog) TestingGetDeps ¶
Click to show internal directories.
Click to hide internal directories.