MCPcopy Create free account
hub / github.com/brimdata/super / Storage

Method Storage

db/pool.go:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122}
123
124func (p *Pool) Storage() storage.Engine {
125 return p.engine
126}
127
128func (p *Pool) ListBranches(ctx context.Context) ([]branches.Config, error) {
129 return p.branches.All(ctx)

Callers 3

PullMethod · 0.80
newObjectsScannerFunction · 0.80
newObjectScannerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected