MCPcopy 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

7export const getCodeActionCommand = (id: CodeActionId) => `${Package.name}.${id}`
8
9export const getTerminalCommand = (id: TerminalActionId) => `${Package.name}.${id}`

Callers 1

registerTerminalActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected