You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetFieldLabelConversionFunc returns a field label conversion func, which does the following:
21
-
// * returns overrideLabels[label], value, nil if the specified label exists in the overrideLabels map
22
-
// * returns label, value, nil if the specified label exists as a key in the supportedLabels map (values in this map are unused, it is intended to be a prototypical label/value map)
0 commit comments