Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ resetAuthStateForTest
Function
resetAuthStateForTest
internal/web/auth_test.go:156–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
func
resetAuthStateForTest() {
157
authCacheMu.Lock()
158
authCache =
map
[string]time.Time{}
159
authUserCache =
map
[string]*users.UserRecord{}
160
authCacheMu.Unlock()
161
}
Callers
2
TestDoBasicAuthRequiresAdminRole
Function · 0.85
setupAuthTestUsers
Function · 0.85
Calls
2
Lock
Method · 0.80
Unlock
Method · 0.80
Tested by
no test coverage detected