Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ setError
Method
setError
stats/opentelemetry/e2e_test.go:2134–2138 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
2132
}
2133
2134
func
(c *errorConn) setError(err error) {
2135
c.mu.Lock()
2136
defer
c.mu.Unlock()
2137
c.err = err
2138
}
2139
2140
func
(c *errorConn) getErr() error {
2141
c.mu.Lock()
Callers
1
runDisconnectScenario
Function · 0.95
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected