MCPcopy 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
59func (q *QueryEngine) Abort() { q.CoreEngine.Abort() }
60
61func (q *QueryEngine) Reset() {
62 q.CoreEngine.Reset()
63}
64
65func (q *QueryEngine) RefreshRuntimeConfig() {
66 if q == nil {

Calls 1

ShutdownMethod · 0.65