Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2896
func
(x *Property) GetStringValue() string {
2897
if
x, ok := x.GetValue().(*Property_StringValue); ok {
2898
return
x.StringValue
2899
}
2900
return
""
2901
}
2902
2903
type
isProperty_Value
interface
{
2904
isProperty_Value()
Callers
1
Properties
Method · 0.80
Calls
1
GetValue
Method · 0.95
Tested by
no test coverage detected