()
| 3392 | } |
| 3393 | |
| 3394 | func (m *SchemaNode) GetLang() bool { |
| 3395 | if m != nil { |
| 3396 | return m.Lang |
| 3397 | } |
| 3398 | return false |
| 3399 | } |
| 3400 | |
| 3401 | func (m *SchemaNode) GetNoConflict() bool { |
| 3402 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected