MCPcopy Create free account
hub / github.com/Rezonality/zep / FindExCommand

Method FindExCommand

src/editor.cpp:696–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696ZepExCommand* ZepEditor::FindExCommand(const std::string& strName)
697{
698 auto itr = m_mapExCommands.find(strName);
699 if (itr != m_mapExCommands.end())
700 {
701 return itr->second.get();
702 }
703 return nullptr;
704}
705
706ZepExCommand* ZepEditor::FindExCommand(const StringId& Id)
707{

Callers 2

GetCommandMethod · 0.80
HandleExCommandMethod · 0.80

Calls 4

findMethod · 0.80
ExCommandIdMethod · 0.80
endMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected