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

Method Warning

grpclog/glogger/glogger.go:54–56  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

52}
53
54func (g *glogger) Warning(args ...any) {
55 glog.WarningDepth(d, args...)
56}
57
58func (g *glogger) Warningln(args ...any) {
59 glog.WarningDepth(d, fmt.Sprintln(args...))

Callers

nothing calls this directly

Calls 1

WarningDepthMethod · 0.65

Tested by

no test coverage detected