MCPcopy
hub / github.com/netbirdio/netbird / mockConnectStreamServer

Struct mockConnectStreamServer

signal/peer/peer_test.go:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245type mockConnectStreamServer struct {
246 grpc.ServerStream
247 ctx context.Context
248}
249
250func (m *mockConnectStreamServer) Context() context.Context {
251 return m.ctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected