MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/git/status.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 | { kind: 'changed'; x: string; y: string; path: string }
27 | { kind: 'unmerged'; path: string };
28
29/**
30 * Parse one `git status --porcelain=v2 --branch` line.
31 * The old `split(' ')[8]` parser dropped everything after the first space in a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected