()
| 3371 | } |
| 3372 | |
| 3373 | func (m *SchemaNode) GetCount() bool { |
| 3374 | if m != nil { |
| 3375 | return m.Count |
| 3376 | } |
| 3377 | return false |
| 3378 | } |
| 3379 | |
| 3380 | func (m *SchemaNode) GetList() bool { |
| 3381 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected