Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ showPointFile
Method
showPointFile
plugins/script/interfaces/MapInterface.cpp:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void MapInterface::showPointFile(const std::string& filePath)
41
{
42
if (!filePath.empty())
43
{
44
GlobalMapModule().showPointFile(filePath);
45
}
46
}
47
48
bool MapInterface::isPointTraceVisible()
49
{
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected