MCPcopy 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
12func newPluginFlag() *pluginFlag {
13 return &pluginFlag{listFlag: newListFlag(" ")}
14}
15
16func (f pluginFlag) String() string {
17 if f.listFlag == nil {

Callers 4

defaultConfigFunction · 0.85
Test_pluginFlag_SetFunction · 0.85
NewConfigFunction · 0.85

Calls 1

newListFlagFunction · 0.85

Tested by 3

defaultConfigFunction · 0.68
Test_pluginFlag_SetFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…