()
| 3378 | } |
| 3379 | |
| 3380 | func (m *SchemaNode) GetList() bool { |
| 3381 | if m != nil { |
| 3382 | return m.List |
| 3383 | } |
| 3384 | return false |
| 3385 | } |
| 3386 | |
| 3387 | func (m *SchemaNode) GetUpsert() bool { |
| 3388 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected