MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / IsRepeatKey

Function IsRepeatKey

agent/utils/nginx/components/config.go:51–56  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

49}
50
51func IsRepeatKey(key string) bool {
52 if _, ok := repeatKeys[key]; ok {
53 return true
54 }
55 return false
56}

Callers 9

UpdateDirectiveMethod · 0.85
UpdateDirectiveMethod · 0.85
RemoveDirectiveMethod · 0.85
UpdateDirectiveMethod · 0.85
UpdateDirectiveMethod · 0.85
UpdateDirectiveMethod · 0.85
RemoveDirectiveMethod · 0.85
UpdateDirectiveMethod · 0.85
RemoveDirectiveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected