MCPcopy 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
156func resetAuthStateForTest() {
157 authCacheMu.Lock()
158 authCache = map[string]time.Time{}
159 authUserCache = map[string]*users.UserRecord{}
160 authCacheMu.Unlock()
161}

Callers 2

setupAuthTestUsersFunction · 0.85

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected