Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ CreateQueryEngine
Function
CreateQueryEngine
agent/query_engine.go:37–39 ·
view source on GitHub ↗
(cfg *config.Config)
Source
from the content-addressed store, hash-verified
35
}
36
}
37
38
func
CreateQueryEngine(cfg *config.Config) *QueryEngine {
39
return
NewQueryEngine(cfg)
40
}
41
42
func
(q *QueryEngine) Abort() { q.CoreEngine.Abort() }
Callers
nothing calls this directly
Calls
1
NewQueryEngine
Function · 0.85
Tested by
no test coverage detected