Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ha/doozerd
/ Stat
Method
Stat
src/pkg/store/store.go:314–317 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
312
}
313
314
func
(st *Store) Stat(path string) (int32, int64) {
315
_, g := st.Snap()
316
return
g.Stat(path)
317
}
318
319
320
// Apply all operations in the internal queue, even if there are gaps in the
Callers
nothing calls this directly
Calls
2
Snap
Method · 0.95
Stat
Method · 0.65
Tested by
no test coverage detected