Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ getTerminalCommand
Function
getTerminalCommand
src/utils/commands.ts:9–9 ·
view source on GitHub ↗
(id: TerminalActionId)
Source
from the content-addressed store, hash-verified
7
export
const
getCodeActionCommand = (id: CodeActionId) => `${Package.name}.${id}`
8
9
export
const
getTerminalCommand = (id: TerminalActionId) => `${Package.name}.${id}`
Callers
1
registerTerminalAction
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected