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

Method DB

runtime/exec/environment.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (e *Environment) DB() *db.Root {
80 return e.db
81}
82
83func (e *Environment) PoolID(ctx context.Context, name string) (ksuid.KSUID, error) {
84 if id, err := dbid.ParseID(name); err == nil {

Callers 6

matchPoolsMethod · 0.80
BuildVamToSeqFilterMethod · 0.80
compileLeafMethod · 0.80
lookupPoolMethod · 0.80
AnalyzeDAGFunction · 0.80
NewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected