MCPcopy Index your code
hub / github.com/codeaashu/claude-code / makeInvalidResult

Function makeInvalidResult

src/utils/powershell/parser.ts:653–663  ·  view source on GitHub ↗
(
  command: string,
  message: string,
  errorId: string,
)

Source from the content-addressed store, hash-verified

651}
652
653function makeInvalidResult(
654 command: string,
655 message: string,
656 errorId: string,
657): ParsedPowerShellCommand {
658 return {
659 ...INVALID_RESULT_BASE,
660 errors: [{ message, errorId }],
661 originalCommand: command,
662 }
663}
664
665/**
666 * Base64-encode a string as UTF-16LE, which is the encoding required by

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected