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

Interface Getter

src/pkg/store/getter.go:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type Getter interface {
8 Get(path string) (values []string, rev int64)
9 Stat(path string) (ln int32, rev int64)
10}
11
12// Retrieves the body stored in `g` at `path` and returns it. If `path` is a
13// directory or does not exist, returns an empty string.

Callers 15

TestDoozerGetFunction · 0.65
TestDoozerGetWithRevFunction · 0.65
activateFunction · 0.65
VisitFileMethod · 0.65
GetMethod · 0.65
TestGetMissingFunction · 0.65
TestGetFunction · 0.65
TestGetDeletedFunction · 0.65
TestDoozerStatFunction · 0.65
StatMethod · 0.65
TestStatWithDirFunction · 0.65
TestStatWithFileFunction · 0.65

Implementers 2

nodesrc/pkg/store/node.go
Storesrc/pkg/store/store.go

Calls

no outgoing calls

Tested by

no test coverage detected