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

Method removeCommand

src/lib/acode.js:993–997  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

991 }
992
993 removeCommand(name) {
994 if (!name) return;
995 removeExternalCommand(name);
996 this.#refreshCommandBindings();
997 }
998
999 execCommand(name, view, args) {
1000 if (!name) return false;

Callers

nothing calls this directly

Calls 2

removeExternalCommandFunction · 0.90

Tested by

no test coverage detected