MCPcopy Create free account
hub / github.com/fabricekabongo/loggerhead / EngineInterface

Interface EngineInterface

query/query.go:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type EngineInterface interface {
105 ExecuteQuery(query string) string
106}
107
108type Engine struct {
109 world *w.World

Callers 5

TestQueryFunction · 0.65
ExecuteQueryMethod · 0.65
NotifyMsgMethod · 0.65
handleConnectionMethod · 0.65

Implementers 2

Enginequery/query.go
EngineDecoratorclustering/engine.go

Calls

no outgoing calls

Tested by

no test coverage detected