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

Function resolveCommand

src/cm/commandRegistry.js:1531–1533  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1529}
1530
1531function resolveCommand(name) {
1532 return commandMap.get(name) || null;
1533}
1534
1535function commandRunsInReadOnly(command, view) {
1536 if (!view) return command.readOnly;

Callers 1

executeCommandFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected