MCPcopy
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
225func (m *mockClock) Now() time.Time {
226 return m.t
227}
228
229func (m *mockClock) SetNanos(n int64) {
230 m.t = time.Unix(0, n)

Callers 15

handleRawConnMethod · 0.80
incrCallsStartedMethod · 0.80
sendResponseMethod · 0.80
processUnaryRPCMethod · 0.80
processStreamingRPCMethod · 0.80
newAttemptLockedMethod · 0.80
sendMsgMethod · 0.80
recvMsgMethod · 0.80
finishMethod · 0.80
SendMsgMethod · 0.80
RecvMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected