MCPcopy Create free account
hub / github.com/anchordotdev/cli / rootFS

Struct rootFS

truststore/fs.go:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type rootFS struct {
47 fs.StatFS
48
49 rootPath string
50
51 sudoWarningOnce sync.Once
52}
53
54func (r *rootFS) Command(name string, arg ...string) *exec.Cmd {
55 path, _ := r.LookPath(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected