MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / checkBaseSettingKey

Function checkBaseSettingKey

core/init/validator/validator.go:99–102  ·  view source on GitHub ↗
(fl validator.FieldLevel)

Source from the content-addressed store, hash-verified

97}
98
99func checkBaseSettingKey(fl validator.FieldLevel) bool {
100 _, ok := baseSettingKeys[fl.Field().String()]
101 return ok
102}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected