Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Panzerschrek/Chasm-Reverse
/ RegisterCommands
Method
RegisterCommands
PanzerChasm/commands_processor.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
{}
19
20
void CommandsProcessor::RegisterCommands( CommandsMapConstWeakPtr commands )
21
{
22
commands_maps_.emplace_back( std::move( commands ) );
23
}
24
25
void CommandsProcessor::ProcessCommand( const char* const command_string )
26
{
Callers
3
Host
Method · 0.80
Client
Method · 0.80
Server
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected