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

Function getDefatulTTL

lib/valkeycache/cache_test.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28)
29
30func getDefatulTTL() time.Duration { return time.Duration(2 * time.Second) }
31
32// nolint: exhaustruct // No need to use every option of 3rd party struct.
33func getTestValkey(t testing.TB) *ValkeyDataCache[string, []byte] {

Callers 2

getTestValkeyFunction · 0.85
TestValkeyDataCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected