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

Method Log

internal/testutils/resolver.go:30–30  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

28// Logger wraps the logging methods from testing.T.
29type Logger interface {
30 Log(args ...any)
31 Logf(format string, args ...any)
32 Errorf(format string, args ...any)
33}

Callers 15

processUnaryRPCMethod · 0.65
processStreamingRPCMethod · 0.65
HeaderMethod · 0.65
SendMsgMethod · 0.65
RecvMsgMethod · 0.65
CloseSendMethod · 0.65
finishMethod · 0.65
SendHeaderMethod · 0.65
SendMsgMethod · 0.65
RecvMsgMethod · 0.65

Calls

no outgoing calls