MCPcopy Create free account
hub / github.com/compozy/agh / fakeNetworkRuntime

Struct fakeNetworkRuntime

internal/daemon/daemon_test.go:5387–5401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5385}
5386
5387type fakeNetworkRuntime struct {
5388 mu sync.Mutex
5389 status *network.Status
5390 statusErr error
5391 sendID string
5392 sendErr error
5393 sendCalls []network.SendRequest
5394 runtimeSendCalls []network.RuntimeSendRequest
5395 joinCalls []fakeNetworkJoinCall
5396 leaveCalls []string
5397 turnEnds []string
5398 inboxes map[string][]network.Envelope
5399 shutdownErr error
5400 onShutdown func()
5401}
5402
5403type fakeNetworkJoinCall struct {
5404 sessionID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected