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

Method addUnlockedCommand

src/eepp/ui/uicodeeditor.cpp:2851–2853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849}
2850
2851void UICodeEditor::addUnlockedCommand( const std::string& command ) {
2852 mUnlockedCmd.insert( command );
2853}
2854
2855void UICodeEditor::removeUnlockedCommand( const std::string& command ) {
2856 mUnlockedCmd.erase( command );

Callers 1

createCodeEditorMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected