Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addCommand
Method · 0.95
removeCommand
Method · 0.95
Calls
1
refreshCommandKeymap
Function · 0.90
Tested by
no test coverage detected