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

Method ExecuteQuery

query/query.go:105–105  ·  view source on GitHub ↗
(query string)

Source from the content-addressed store, hash-verified

103
104type EngineInterface interface {
105 ExecuteQuery(query string) string
106}
107
108type Engine struct {

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 2

TestQueryFunction · 0.52