MCPcopy Index your code
hub / github.com/PaperDebugger/paperdebugger / Context

Method Context

internal/api/grpc.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (w *WrappedServerStream) Context() context.Context {
31 return w.WrappedContext
32}
33
34// WrapServerStream returns a ServerStream that has the ability to overwrite context.
35func WrapServerStream(stream grpc.ServerStream) *WrappedServerStream {

Calls

no outgoing calls

Tested by

no test coverage detected