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

Method GetStringValue

lib/sampleproto/metadata.pb.go:2896–2901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2894}
2895
2896func (x *Property) GetStringValue() string {
2897 if x, ok := x.GetValue().(*Property_StringValue); ok {
2898 return x.StringValue
2899 }
2900 return ""
2901}
2902
2903type isProperty_Value interface {
2904 isProperty_Value()

Callers 1

PropertiesMethod · 0.80

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected