Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/subtrace/subtrace
/ Close
Method
Close
cmd/run/engine/engine.go:217–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
func
(e *Engine) Close() error {
218
e.mu.Lock()
219
defer
e.mu.Unlock()
220
return
e.closeLocked()
221
}
222
223
func
(e *Engine) Wait() {
224
<-e.running
Callers
2
importInodes
Method · 0.45
closeLocked
Method · 0.45
Calls
2
closeLocked
Method · 0.95
Lock
Method · 0.80
Tested by
no test coverage detected