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

Method LazyPrintf

trace.go:59–59  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

57type traceLog interface {
58 LazyLog(x fmt.Stringer, sensitive bool)
59 LazyPrintf(format string, a ...any)
60 SetError()
61 SetRecycler(f func(any))
62 SetTraceInfo(traceID, spanID uint64)

Callers 2

handleStreamMethod · 0.65
finishMethod · 0.65

Implementers 1

notracetrace_notrace.go

Calls

no outgoing calls

Tested by

no test coverage detected