Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
func
(e *Environment) IsAttached() bool {
76
return
e.db != nil
77
}
78
79
func
(e *Environment) DB() *db.Root {
80
return
e.db
Callers
8
VectorFilterCompile
Function · 0.80
fromSource
Method · 0.80
fromName
Method · 0.80
deleteScan
Method · 0.80
semOp
Method · 0.80
Analyze
Function · 0.80
open
Method · 0.80
open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected