MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / #refreshCommandBindings

Method #refreshCommandBindings

src/lib/acode.js:1009–1012  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1007 }
1008
1009 #refreshCommandBindings() {
1010 const view = window.editorManager?.editor;
1011 if (view) refreshCommandKeymap(view);
1012 }
1013
1014 #createCommandApi() {
1015 const commandRegistry = {

Callers 2

addCommandMethod · 0.95
removeCommandMethod · 0.95

Calls 1

refreshCommandKeymapFunction · 0.90

Tested by

no test coverage detected