()
| 372 | } |
| 373 | |
| 374 | func (m *Document) GetRoot() *Field { |
| 375 | if m != nil { |
| 376 | return m.Root |
| 377 | } |
| 378 | return nil |
| 379 | } |
| 380 | |
| 381 | // DocumentInfo provides metadata about an document. |
| 382 | type DocumentInfo struct { |
no outgoing calls
no test coverage detected