MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / removeCommand

Function removeCommand

src/lib/editorManager.js:980–984  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

978 return command;
979 },
980 removeCommand(name) {
981 if (!name) return;
982 removeExternalCommand(name);
983 refreshCommandKeymap(editor);
984 },
985 };
986
987 Object.defineProperty(editor.commands, "commands", {

Callers

nothing calls this directly

Calls 2

removeExternalCommandFunction · 0.90
refreshCommandKeymapFunction · 0.90

Tested by

no test coverage detected