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

Method Errorf

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

Source from the content-addressed store, hash-verified

48type traceEventLog interface {
49 Printf(format string, a ...any)
50 Errorf(format string, a ...any)
51 Finish()
52}
53

Calls

no outgoing calls