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

Struct fakeCaller

kayak/runtime_test.go:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188type fakeCaller struct {
189 m *fakeMux
190 target proto.NodeID
191 s *smux.Session
192}
193
194func newFakeCaller(m *fakeMux, nodeID proto.NodeID) (c *fakeCaller) {
195 fakeConn := mock_conn.NewConn()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected