Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
type
EngineInterface
interface
{
105
ExecuteQuery(query string) string
106
}
107
108
type
Engine
struct
{
109
world *w.World
Callers
5
TestQuery
Function · 0.65
ExecuteQuery
Method · 0.65
TestEngineDecoratorQueuesBroadcasts
Function · 0.65
NotifyMsg
Method · 0.65
handleConnection
Method · 0.65
Implementers
2
Engine
query/query.go
EngineDecorator
clustering/engine.go
Calls
no outgoing calls
Tested by
no test coverage detected