Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
func
(g *glogger) Error(args ...any) {
71
glog.ErrorDepth(d, args...)
72
}
73
74
func
(g *glogger) Errorln(args ...any) {
75
glog.ErrorDepth(d, fmt.Sprintln(args...))
Callers
nothing calls this directly
Calls
1
ErrorDepth
Method · 0.65
Tested by
no test coverage detected