Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ SetRemoteAddr
Method
SetRemoteAddr
trace.go:83–87 ·
view source on GitHub ↗
(addr net.Addr)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(f *firstLine) SetRemoteAddr(addr net.Addr) {
84
f.mu.Lock()
85
f.remoteAddr = addr
86
f.mu.Unlock()
87
}
88
89
func
(f *firstLine) String() string {
90
f.mu.Lock()
Callers
1
getTransport
Method · 0.80
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected