MCPcopy 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
70func mustBeUint(lkey string) bool {
71 return uints[lkey]
72}
73
74func validate(key, val string) error {
75 lkey := strings.ToLower(key)

Callers 1

validateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected