Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ handleSelect
Function
handleSelect
web/components/command-palette/CommandPalette.tsx:139–142 ·
view source on GitHub ↗
(cmd: Command)
Source
from the content-addressed store, hash-verified
137
};
138
139
const handleSelect = (cmd: Command) => {
140
closePalette();
141
runCommand(cmd.id);
142
};
143
144
let flatIdx = 0;
145
Callers
1
CommandPalette
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected