MCPcopy
hub / github.com/grpc/grpc-go / Context

Method Context

stream.go:86–86  ·  view source on GitHub ↗

Deprecated: See ClientStream and ServerStream documentation instead.

()

Source from the content-addressed store, hash-verified

84type Stream interface {
85 // Deprecated: See ClientStream and ServerStream documentation instead.
86 Context() context.Context
87 // Deprecated: See ClientStream and ServerStream documentation instead.
88 SendMsg(m any) error
89 // Deprecated: See ClientStream and ServerStream documentation instead.

Callers 15

ServeHTTPMethod · 0.65
handleStreamMethod · 0.65
EncodeMethod · 0.65
newStreamMethod · 0.65
ContextMethod · 0.65
ContextMethod · 0.65
SendMsgMethod · 0.65
RecvMsgMethod · 0.65
MethodFromServerStreamFunction · 0.65
afterMethod · 0.65

Calls

no outgoing calls