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

Method GetArray

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

Source from the content-addressed store, hash-verified

119}
120
121func (m *Field) GetArray() *Array {
122 if x, ok := m.GetValue().(*Field_Array); ok {
123 return x.Array
124 }
125 return nil
126}
127
128func (m *Field) GetLink() *Link {
129 if x, ok := m.GetValue().(*Field_Link); ok {

Callers 1

getFromArrayFieldFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected