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

Method exportSelected

radiantcore/map/Map.cpp:1245–1248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243}
1244
1245void Map::exportSelected(std::ostream& out)
1246{
1247 exportSelected(out, getFormat());
1248}
1249
1250void Map::exportSelected(std::ostream& out, const MapFormatPtr& format)
1251{

Callers 2

TEST_FFunction · 0.80

Calls 5

_Function · 0.50
getMapWriterMethod · 0.45
rootMethod · 0.45
exportMapMethod · 0.45

Tested by

no test coverage detected