MCPcopy Create free account
hub / github.com/ZDoom/Raze / FindByName

Method FindByName

source/common/console/c_dispatch.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456FConsoleCommand* FConsoleCommand::FindByName (const char* name)
457{
458 return FindNameInHashTable (Commands, name, strlen (name));
459}
460
461FConsoleCommand::FConsoleCommand (const char *name, CCmdRun runFunc)
462 : m_RunFunc (runFunc)

Callers

nothing calls this directly

Calls 1

FindNameInHashTableFunction · 0.85

Tested by

no test coverage detected