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

Method Root

db/api/api.go:29–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28type Interface interface {
29 Root() *db.Root
30 Query(ctx context.Context, query []srcfiles.Input) (vio.Scanner, error)
31 PoolID(ctx context.Context, poolName string) (ksuid.KSUID, error)
32 CommitObject(ctx context.Context, poolID ksuid.KSUID, branchName string) (ksuid.KSUID, error)

Callers 4

RunMethod · 0.65
RunMethod · 0.65
FetchMethod · 0.65
FetchUnorderedMethod · 0.65

Implementers 2

localdb/api/local.go
remotedb/api/remote.go

Calls

no outgoing calls

Tested by

no test coverage detected