Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1245
void Map::exportSelected(std::ostream& out)
1246
{
1247
exportSelected(out, getFormat());
1248
}
1249
1250
void Map::exportSelected(std::ostream& out, const MapFormatPtr& format)
1251
{
Callers
2
TEST_F
Function · 0.80
copySelectedMapElementsToClipboard
Function · 0.80
Calls
5
disableProgressMessages
Method · 0.80
_
Function · 0.50
getMapWriter
Method · 0.45
root
Method · 0.45
exportMap
Method · 0.45
Tested by
no test coverage detected