MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / setTimeNowForTesting

Method setTimeNowForTesting

lib/gcpspanner/client.go:96–98  ·  view source on GitHub ↗
(timeNow func() time.Time)

Source from the content-addressed store, hash-verified

94}
95
96func (c *Client) setTimeNowForTesting(timeNow func() time.Time) {
97 c.timeNow = timeNow
98}
99
100type batchWriter interface {
101 BatchWriteMutations(context.Context, *spanner.Client, []*spanner.Mutation) error

Calls

no outgoing calls