MCPcopy Create free account
hub / github.com/arctic-cli/interface / AffectedPaths

Interface AffectedPaths

packages/arctic/src/patch/index.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 | { type: "update"; unified_diff: string; move_path?: string; new_content: string }
45
46 export interface AffectedPaths {
47 added: string[]
48 modified: string[]
49 deleted: string[]
50 }
51
52 export enum ApplyPatchError {
53 ParseError = "ParseError",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected