Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ mustBeUint
Function
mustBeUint
cli/pkg/ssh_config/validators.go:70–72 ·
view source on GitHub ↗
(lkey string)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
mustBeUint(lkey string) bool {
71
return
uints[lkey]
72
}
73
74
func
validate(key, val string) error {
75
lkey := strings.ToLower(key)
Callers
1
validate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected