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

Method Error

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

Source from the content-addressed store, hash-verified

68}
69
70func (g *glogger) Error(args ...any) {
71 glog.ErrorDepth(d, args...)
72}
73
74func (g *glogger) Errorln(args ...any) {
75 glog.ErrorDepth(d, fmt.Sprintln(args...))

Callers

nothing calls this directly

Calls 1

ErrorDepthMethod · 0.65

Tested by

no test coverage detected