Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Now
Method
Now
balancer/rls/internal/adaptive/adaptive_test.go:225–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
223
}
224
225
func
(m *mockClock) Now() time.Time {
226
return
m.t
227
}
228
229
func
(m *mockClock) SetNanos(n int64) {
230
m.t = time.Unix(0, n)
Callers
15
handleRawConn
Method · 0.80
incrCallsStarted
Method · 0.80
sendResponse
Method · 0.80
processUnaryRPC
Method · 0.80
processStreamingRPC
Method · 0.80
TestBackoffWhenNoServerPrefaceReceived
Method · 0.80
newAttemptLocked
Method · 0.80
sendMsg
Method · 0.80
recvMsg
Method · 0.80
finish
Method · 0.80
SendMsg
Method · 0.80
RecvMsg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected