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

Function newTraceContext

trace_notrace.go:46–48  ·  view source on GitHub ↗
(ctx context.Context, tr traceLog)

Source from the content-addressed store, hash-verified

44}
45
46func newTraceContext(ctx context.Context, tr traceLog) context.Context {
47 return ctx
48}
49
50func newTraceEventLog(family, title string) traceEventLog {
51 return nil

Callers 2

handleStreamMethod · 0.70
newAttemptLockedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected