Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ isReadOnly
Method
isReadOnly
radiantcore/map/MapResource.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool MapResource::isReadOnly()
114
{
115
return !FileIsWriteable(getAbsoluteResourcePath());
116
}
117
118
void MapResource::save(const MapFormatPtr& mapFormat)
119
{
Callers
4
selectionChanged
Method · 0.45
deleteScheme
Method · 0.45
save
Method · 0.45
saveMapCmd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected