| 60 | } |
| 61 | |
| 62 | std::vector<ConfigObject::Ptr> ConfigType::GetObjects() const |
| 63 | { |
| 64 | std::shared_lock<decltype(m_Mutex)> lock (m_Mutex); |
| 65 | return m_ObjectVector; |
| 66 | } |
| 67 | |
| 68 | std::vector<ConfigObject::Ptr> ConfigType::GetObjectsHelper(Type *type) |
| 69 | { |
no outgoing calls
no test coverage detected