MCPcopy 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
38func CreateQueryEngine(cfg *config.Config) *QueryEngine {
39 return NewQueryEngine(cfg)
40}
41
42func (q *QueryEngine) Abort() { q.CoreEngine.Abort() }

Callers

nothing calls this directly

Calls 1

NewQueryEngineFunction · 0.85

Tested by

no test coverage detected