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

Method Printf

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

Source from the content-addressed store, hash-verified

47// It exists in order to avoid importing x/net/trace on grpcnotrace builds.
48type traceEventLog interface {
49 Printf(format string, a ...any)
50 Errorf(format string, a ...any)
51 Finish()
52}

Callers 15

printfMethod · 0.65
mainFunction · 0.65
parseHistFunction · 0.65
compareTwoMapFunction · 0.65
printHeaderFunction · 0.65
printlineFunction · 0.65
executeSoakTestInWorkerFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
doRPCAndGetPathFunction · 0.65
runCmdFunction · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 4

ServerHandshakeMethod · 0.52
ClientHandshakeMethod · 0.52
ExampleNewWriterFunction · 0.52