()
| 112 | } |
| 113 | |
| 114 | func (m *Field) GetObject() *Object { |
| 115 | if x, ok := m.GetValue().(*Field_Object); ok { |
| 116 | return x.Object |
| 117 | } |
| 118 | return nil |
| 119 | } |
| 120 | |
| 121 | func (m *Field) GetArray() *Array { |
| 122 | if x, ok := m.GetValue().(*Field_Array); ok { |
no test coverage detected