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