Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ Shutdown
Method
Shutdown
agent/query_engine.go:59–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(q *QueryEngine) Abort() { q.CoreEngine.Abort() }
60
61
func
(q *QueryEngine) Reset() {
62
q.CoreEngine.Reset()
63
}
64
65
func
(q *QueryEngine) RefreshRuntimeConfig() {
66
if
q == nil {
Callers
3
Run
Method · 0.95
TestQueryEngineShutdownTearsDownRuntimeLikePython
Function · 0.95
TestQueryEngineRefreshRuntimeConfigUpdatesCoreEngine
Function · 0.95
Calls
1
Shutdown
Method · 0.65
Tested by
2
TestQueryEngineShutdownTearsDownRuntimeLikePython
Function · 0.76
TestQueryEngineRefreshRuntimeConfigUpdatesCoreEngine
Function · 0.76