String returns a string containing all enabled feature gates, formatted as "key1=value1,key2=value2,...".
()
| 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 |
no outgoing calls