Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
func
(p *Pool) Storage() storage.Engine {
125
return
p.engine
126
}
127
128
func
(p *Pool) ListBranches(ctx context.Context) ([]branches.Config, error) {
129
return
p.branches.All(ctx)
Callers
3
Pull
Method · 0.80
newObjectsScanner
Function · 0.80
newObjectScanner
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected