MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetAllTypes

Method GetAllTypes

lib/db_ido/dbtype.cpp:124–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::set<DbType::Ptr> DbType::GetAllTypes()
125{
126 std::set<DbType::Ptr> result;
127
128 {
129 std::unique_lock<std::mutex> lock(GetStaticMutex());
130 for (const auto& kv : GetTypes()) {
131 result.insert(kv.second);
132 }
133 }
134
135 return result;
136}

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected