MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / FindExCommand

Method FindExCommand

external/zep/src/editor.cpp:628–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 }
627
628 ZepExCommand* ZepEditor::FindExCommand(const std::string& strName) {
629 auto itr = m_mapExCommands.find(strName);
630 if (itr != m_mapExCommands.end()) {
631 return itr->second.get();
632 }
633 return nullptr;
634 }
635
636 ZepExCommand* ZepEditor::FindExCommand(const StringId& Id) {
637 if (Id.id == 0) {

Callers 2

GetCommandMethod · 0.80
HandleExCommandMethod · 0.80

Calls 4

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

Tested by

no test coverage detected