MCPcopy Index your code
hub / github.com/callstack/agent-device / getCliCommandOverride

Function getCliCommandOverride

src/utils/cli-command-overrides.ts:152–156  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

150}
151
152export function getCliCommandOverride(command: string): CommandSchemaOverride | undefined {
153 return Object.hasOwn(CLI_COMMAND_OVERRIDES, command)
154 ? CLI_COMMAND_OVERRIDES[command as keyof typeof CLI_COMMAND_OVERRIDES]
155 : undefined;
156}

Callers 1

readCommandSchemaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected