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

Method ListBranches

db/pool.go:128–130  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

126}
127
128func (p *Pool) ListBranches(ctx context.Context) ([]branches.Config, error) {
129 return p.branches.All(ctx)
130}
131
132func (p *Pool) LookupBranchByName(ctx context.Context, name string) (*branches.Config, error) {
133 return p.branches.LookupByName(ctx, name)

Callers 2

BatchifyBranchesMethod · 0.95
BatchifyBranchTipsMethod · 0.95

Calls 1

AllMethod · 0.45

Tested by

no test coverage detected