MCPcopy
hub / github.com/thrasher-corp/gocryptotrader / Context

Method Context

engine/rpcserver_test.go:1183–1183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1181func (d *dummyServer) SendHeader(metadata.MD) error { return nil }
1182func (d *dummyServer) SetTrailer(metadata.MD) {}
1183func (d *dummyServer) Context() context.Context { return context.Background() }
1184func (d *dummyServer) SendMsg(_ any) error { return nil }
1185func (d *dummyServer) RecvMsg(_ any) error { return nil }
1186

Calls

no outgoing calls

Tested by

no test coverage detected