MCPcopy
hub / github.com/perkeep/perkeep / SourceRoot

Method SourceRoot

pkg/test/world.go:84–86  ·  view source on GitHub ↗

SourceRoot returns the root of the source tree.

()

Source from the content-addressed store, hash-verified

82
83// SourceRoot returns the root of the source tree.
84func (w *World) SourceRoot() string {
85 return w.srcRoot
86}
87
88// Build builds the Perkeep binaries.
89func (w *World) Build() error {

Callers 1

benchmarkWriteFunction · 0.80

Implementers 2

testWorldpkg/gc/gc_test.go
Worldpkg/test/world.go

Calls

no outgoing calls

Tested by 1

benchmarkWriteFunction · 0.64