MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getCodeActionCommand

Function getCodeActionCommand

src/utils/commands.ts:7–7  ·  view source on GitHub ↗
(id: CodeActionId)

Source from the content-addressed store, hash-verified

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

Callers 2

createActionMethod · 0.90
registerCodeActionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected