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

Method removeCommand

src/eepp/ui/doc/textdocument.cpp:3173–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3171}
3172
3173bool TextDocument::removeCommand( const std::string& command ) {
3174 return mCommands.erase( command ) > 0 || mRefCommands.erase( command ) > 0;
3175}
3176
3177static constexpr auto MAX_CAPTURES = 12;
3178

Callers 7

onUnregisterDocumentMethod · 0.80
~LSPClientPluginMethod · 0.80
onUnregisterMethod · 0.80
~LinterPluginMethod · 0.80
onUnregisterMethod · 0.80
~FormatterPluginMethod · 0.80
onUnregisterMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected