| 579 | } |
| 580 | |
| 581 | CollectionDatabaseConstPtr Root::collectionDatabase() { |
| 582 | return loadMember(m_collectionDatabase, m_collectionDatabaseMutex, "CollectionDatabase"); |
| 583 | } |
| 584 | |
| 585 | Root::Settings& Root::settings() { |
| 586 | return m_settings; |
no outgoing calls
no test coverage detected