Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zalando/skipper
/ newPluginFlag
Function
newPluginFlag
config/pluginflags.go:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
func
newPluginFlag() *pluginFlag {
13
return
&pluginFlag{listFlag: newListFlag(
" "
)}
14
}
15
16
func
(f pluginFlag) String() string {
17
if
f.listFlag == nil {
Callers
4
defaultConfig
Function · 0.85
Test_pluginFlag_Set
Function · 0.85
Test_pluginFlag_UnmarshalYAML
Function · 0.85
NewConfig
Function · 0.85
Calls
1
newListFlag
Function · 0.85
Tested by
3
defaultConfig
Function · 0.68
Test_pluginFlag_Set
Function · 0.68
Test_pluginFlag_UnmarshalYAML
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…