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