MCPcopy Index your code
hub / github.com/Waishnav/devspace / GitCommandResult

Interface GitCommandResult

src/git.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const execFileAsync = promisify(execFile);
6
7export interface GitCommandResult {
8 stdout: string;
9 stderr: string;
10}
11
12export interface GitEligibility {
13 ok: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected