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

Struct Branch

db/branch.go:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type Branch struct {
36 branches.Config
37 pool *Pool
38 engine storage.Engine
39 //base commits.View
40}
41
42func OpenBranch(ctx context.Context, config *branches.Config, engine storage.Engine, poolPath *storage.URI, pool *Pool) (*Branch, error) {
43 return &Branch{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected