MCPcopy Index your code
hub / github.com/redspread/spread / GetValue

Method GetValue

pkg/spreadproto/object.pb.go:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84func (*Field_Link) isField_Value() {}
85
86func (m *Field) GetValue() isField_Value {
87 if m != nil {
88 return m.Value
89 }
90 return nil
91}
92
93func (m *Field) GetNumber() float64 {
94 if x, ok := m.GetValue().(*Field_Number); ok {

Callers 15

GetNumberMethod · 0.95
GetStrMethod · 0.95
GetBooleanMethod · 0.95
GetObjectMethod · 0.95
GetArrayMethod · 0.95
GetLinkMethod · 0.95
InteractiveArgsFunction · 0.45
displayDefaultFunction · 0.45
ApplyArgumentsFunction · 0.45
AddParameterFieldsFunction · 0.45
simpleArgApplyFunction · 0.45
applyDefaultFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestApplyArgumentsFunction · 0.36