MCPcopy
hub / github.com/ha/doozerd / Stat

Method Stat

src/pkg/store/node.go:82–88  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

80}
81
82func (n node) Stat(path string) (int32, int64) {
83 if err := checkPath(path); err != nil {
84 return 0, Missing
85 }
86
87 return n.stat(split(path))
88}
89
90
91func copyMap(a map[string]node) map[string]node {

Callers

nothing calls this directly

Calls 3

statMethod · 0.95
checkPathFunction · 0.85
splitFunction · 0.85

Tested by

no test coverage detected