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

Function refreshCommandKeymap

src/cm/commandRegistry.js:1647–1650  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

1645}
1646
1647export function refreshCommandKeymap(view) {
1648 const resolvedView = resolveView(view);
1649 applyCommandKeymap(resolvedView);
1650}
1651
1652function normalizeExternalCommand(descriptor) {
1653 const name =

Callers 3

addCommandFunction · 0.90
removeCommandFunction · 0.90

Calls 2

resolveViewFunction · 0.85
applyCommandKeymapFunction · 0.85

Tested by

no test coverage detected