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

Method Info

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

Source from the content-addressed store, hash-verified

36type glogger struct{}
37
38func (g *glogger) Info(args ...any) {
39 glog.InfoDepth(d, args...)
40}
41
42func (g *glogger) Infoln(args ...any) {
43 glog.InfoDepth(d, fmt.Sprintln(args...))

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.65

Tested by

no test coverage detected