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

Function getCommand

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

Source from the content-addressed store, hash-verified

3import { Package } from "../shared/package"
4
5export const getCommand = (id: CommandId) => `${Package.name}.${id}`
6
7export const getCodeActionCommand = (id: CodeActionId) => `${Package.name}.${id}`
8

Callers 6

executeMethod · 0.90
webviewMessageHandlerFunction · 0.90
parseMentionsFunction · 0.90
commands.spec.tsFile · 0.90
registerCommandsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected