Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoMudEngine/GoMud
/ GetValidationConfig
Function
GetValidationConfig
internal/configs/config.validation.go:50–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
GetValidationConfig() Validation {
51
configDataLock.RLock()
52
defer
configDataLock.RUnlock()
53
54
if
!configData.validated {
55
configData.Validate()
56
}
57
return
configData.Validation
58
}
Callers
6
ValidateName
Function · 0.92
ValidatePassword
Function · 0.92
SetPassword
Method · 0.92
ValidateNewEntry
Function · 0.92
ValidateEmail
Function · 0.92
GetLoginPromptHandler
Function · 0.92
Calls
1
Validate
Method · 0.65
Tested by
no test coverage detected