MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / newFakeMux

Function newFakeMux

kayak/runtime_test.go:138–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138func newFakeMux() *fakeMux {
139 return &fakeMux{
140 mux: make(map[proto.NodeID]*fakeService),
141 }
142}
143
144func (m *fakeMux) register(nodeID proto.NodeID, s *fakeService) {
145 m.mux[nodeID] = s

Callers 2

TestRuntimeFunction · 0.85
BenchmarkRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected