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

Method ClientString

metadata/client.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (variant NameVariant) ClientString() string {
36 return fmt.Sprintf("%s.%s", variant.Name, variant.Variant)
37}
38
39func parseNameVariant(serialized *pb.NameVariant) NameVariant {
40 return NameVariant{

Callers 2

getOrderedSourceMappingsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected