Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
82
func
(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
91
func
copyMap(a
map
[string]node)
map
[string]node {
Callers
nothing calls this directly
Calls
3
stat
Method · 0.95
checkPath
Function · 0.85
split
Function · 0.85
Tested by
no test coverage detected