MCPcopy Create free account
hub / github.com/couchbase/cbft / Context

Method Context

grpc_server.go:332–334  ·  view source on GitHub ↗

Context returns the wrapper's wrappedContext, overwriting the nested grpc.ServerStream.Context()

()

Source from the content-addressed store, hash-verified

330// Context returns the wrapper's wrappedContext,
331// overwriting the nested grpc.ServerStream.Context()
332func (w *wrappedServerStream) Context() context.Context {
333 return w.wrappedContext
334}
335
336// wrapServerStream returns a ServerStream that has
337// the ability to overwrite context.

Callers 8

SearchMethod · 0.80
wrapServerStreamFunction · 0.80
serverInterceptorFunction · 0.80
streamTarArchiveMethod · 0.80
ServeHTTPMethod · 0.80
logfFunction · 0.80
ContextSetFunction · 0.80
ContextGetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected