MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getAllMapFormats

Method getAllMapFormats

radiantcore/map/format/MapFormatManager.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76std::set<MapFormatPtr> MapFormatManager::getAllMapFormats()
77{
78 std::set<MapFormatPtr> set;
79
80 for (const auto& fmt : _mapFormats)
81 {
82 set.insert(fmt.second);
83 }
84
85 return set;
86}
87
88std::set<MapFormatPtr> MapFormatManager::getMapFormatList(const std::string& extension)
89{

Callers 1

determineMapFormatFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected