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

Method Warningf

grpclog/glogger/glogger.go:62–64  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

60}
61
62func (g *glogger) Warningf(format string, args ...any) {
63 glog.WarningDepth(d, fmt.Sprintf(format, args...))
64}
65
66func (g *glogger) WarningDepth(depth int, args ...any) {
67 glog.WarningDepth(depth+d, args...)

Callers

nothing calls this directly

Calls 1

WarningDepthMethod · 0.65

Tested by

no test coverage detected