Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ commandExists
Method
commandExists
radiantcore/commandsystem/CommandSystem.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
bool CommandSystem::commandExists(const std::string& name)
213
{
214
return _commands.find(name) != _commands.end();
215
}
216
217
void CommandSystem::removeCommand(const std::string& name)
218
{
Callers
2
EventManager.cpp
File · 0.80
TEST_F
Function · 0.80
Calls
2
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected