MCPcopy Create free account
hub / github.com/featureform/featureform / Labels

Method Labels

metadata/client.go:1290–1292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1288}
1289
1290func (fn fetchLabelsFns) Labels() NameVariants {
1291 return parseNameVariants(fn.getter.GetLabels())
1292}
1293
1294func (fn fetchLabelsFns) FetchLabels(client *Client, ctx context.Context) ([]*LabelVariant, error) {
1295 return client.GetLabelVariants(ctx, fn.Labels())

Callers 1

FetchLabelsMethod · 0.95

Calls 2

parseNameVariantsFunction · 0.85
GetLabelsMethod · 0.65

Tested by

no test coverage detected