Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ executeServer
Method
executeServer
source/modes/Command.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
Command::Result Command::executeServer(const ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap)
33
{
34
return mCommandServer(args, c, gameMap);
35
}
Callers
1
tryExecuteServerCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected