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

Function newTrace

trace_notrace.go:42–44  ·  view source on GitHub ↗
(family, title string)

Source from the content-addressed store, hash-verified

40func (notrace) Finish() {}
41
42func newTrace(family, title string) traceLog {
43 return notrace{}
44}
45
46func newTraceContext(ctx context.Context, tr traceLog) context.Context {
47 return ctx

Callers 2

handleStreamMethod · 0.70
newAttemptLockedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected