MCPcopy 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
66func mustBeYesOrNo(lkey string) bool {
67 return yesnos[lkey]
68}
69
70func mustBeUint(lkey string) bool {
71 return uints[lkey]

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected