()
| 3385 | } |
| 3386 | |
| 3387 | func (m *SchemaNode) GetUpsert() bool { |
| 3388 | if m != nil { |
| 3389 | return m.Upsert |
| 3390 | } |
| 3391 | return false |
| 3392 | } |
| 3393 | |
| 3394 | func (m *SchemaNode) GetLang() bool { |
| 3395 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected