Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
func
IsRepeatKey(key string) bool {
52
if
_, ok := repeatKeys[key]; ok {
53
return
true
54
}
55
return
false
56
}
Callers
9
UpdateDirective
Method · 0.85
UpdateDirective
Method · 0.85
RemoveDirective
Method · 0.85
UpdateDirective
Method · 0.85
UpdateDirective
Method · 0.85
UpdateDirective
Method · 0.85
RemoveDirective
Method · 0.85
UpdateDirective
Method · 0.85
RemoveDirective
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected