Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1531
function
resolveCommand(name) {
1532
return
commandMap.get(name) || null;
1533
}
1534
1535
function
commandRunsInReadOnly(command, view) {
1536
if
(!view)
return
command.readOnly;
Callers
1
executeCommand
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected