MCPcopy Create free account
hub / github.com/SpartanJ/eepp / addUnlockedCommands

Method addUnlockedCommands

src/eepp/ui/uicodeeditor.cpp:2859–2861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2857}
2858
2859void UICodeEditor::addUnlockedCommands( const std::vector<std::string>& commands ) {
2860 mUnlockedCmd.insert( commands.begin(), commands.end() );
2861}
2862
2863void UICodeEditor::removeUnlockedCommands( const std::vector<std::string>& commands ) {
2864 for ( const auto& cmd : commands )

Callers 5

onCodeEditorCreatedMethod · 0.80
onRegisterEditorMethod · 0.80
onRegisterEditorMethod · 0.80
onRegisterEditorMethod · 0.80
createCodeEditorMethod · 0.80

Calls 3

insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected