MCPcopy Index your code
hub / github.com/vercel/vercel / ResolvedCommand

Interface ResolvedCommand

packages/cli-exec/src/lookup.ts:28–31  ·  view source on GitHub ↗

* Resolved executable path and source before conversion to invocation args.

Source from the content-addressed store, hash-verified

26 * Resolved executable path and source before conversion to invocation args.
27 */
28interface ResolvedCommand {
29 realPath: string;
30 source: VercelCliInvocation['source'];
31}
32
33/**
34 * Internal result of CLI resolution, including successful and missing lookups.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected