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

Function getBuiltInCommandNames

src/services/command/built-in-commands.ts:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 * Get names of all built-in commands
322 */
323export async function getBuiltInCommandNames(): Promise<string[]> {
324 return Object.keys(BUILT_IN_COMMANDS)
325}

Callers 1

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected