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

Method IsAttached

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

Source from the content-addressed store, hash-verified

73}
74
75func (e *Environment) IsAttached() bool {
76 return e.db != nil
77}
78
79func (e *Environment) DB() *db.Root {
80 return e.db

Callers 8

VectorFilterCompileFunction · 0.80
fromSourceMethod · 0.80
fromNameMethod · 0.80
deleteScanMethod · 0.80
semOpMethod · 0.80
AnalyzeFunction · 0.80
openMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected