MCPcopy
hub / github.com/etcd-io/etcd / String

Method String

pkg/featuregate/feature_gate.go:96–96  ·  view source on GitHub ↗

String returns a string containing all enabled feature gates, formatted as "key1=value1,key2=value2,...".

()

Source from the content-addressed store, hash-verified

94 DeepCopy() MutableFeatureGate
95 // String returns a string containing all enabled feature gates, formatted as "key1=value1,key2=value2,...".
96 String() string
97}
98
99// MutableFeatureGate parses and stores flag gates for known features from

Callers 15

TestFeatureGateStringFunction · 0.65
etcdFlagUsagesFunction · 0.65
NewServerFunction · 0.65
listenAndServeMethod · 0.65
ioCopyMethod · 0.65
CloseMethod · 0.65
PauseAcceptMethod · 0.65
UnpauseAcceptMethod · 0.65
DelayAcceptMethod · 0.65
UndelayAcceptMethod · 0.65
DelayTxMethod · 0.65
UndelayTxMethod · 0.65

Implementers 1

featureGatepkg/featuregate/feature_gate.go

Calls

no outgoing calls

Tested by 6

TestFeatureGateStringFunction · 0.52
testServerFunction · 0.52
testServerHTTPFunction · 0.52
TestSetFlagsFromEnvFunction · 0.52
TestUniqueURLsFromFlagFunction · 0.52