Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
var
FromContext = fromContext
20
21
func
OverrideNowForTest(f
func
() time.Time) {
22
now = f
23
}
24
25
func
(r *inMemoryCache) MaybeCleanupTest() {
26
r.maybeCleanup()
Callers
1
TestCache
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected