MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / OverrideNowForTest

Function OverrideNowForTest

pkg/auth/rights/internal_test.go:21–23  ·  view source on GitHub ↗
(f func() time.Time)

Source from the content-addressed store, hash-verified

19var FromContext = fromContext
20
21func OverrideNowForTest(f func() time.Time) {
22 now = f
23}
24
25func (r *inMemoryCache) MaybeCleanupTest() {
26 r.maybeCleanup()

Callers 1

TestCacheFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected