MCPcopy
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
314func (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

SnapMethod · 0.95
StatMethod · 0.65

Tested by

no test coverage detected