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

Method LazyLog

trace.go:58–58  ·  view source on GitHub ↗
(x fmt.Stringer, sensitive bool)

Source from the content-addressed store, hash-verified

56// It exists in order to avoid importing x/net/trace on grpcnotrace builds.
57type traceLog interface {
58 LazyLog(x fmt.Stringer, sensitive bool)
59 LazyPrintf(format string, a ...any)
60 SetError()
61 SetRecycler(f func(any))

Callers 9

processUnaryRPCMethod · 0.65
processStreamingRPCMethod · 0.65
handleStreamMethod · 0.65
newAttemptLockedMethod · 0.65
sendMsgMethod · 0.65
recvMsgMethod · 0.65
SendMsgMethod · 0.65
RecvMsgMethod · 0.65

Implementers 1

notracetrace_notrace.go

Calls

no outgoing calls

Tested by

no test coverage detected