MCPcopy Index your code
hub / github.com/ds300/patch-package / PatchState

Interface PatchState

src/stateFile.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { hashFile } from "./hash"
6import chalk from "chalk"
7export interface PatchState {
8 patchFilename: string
9 patchContentHash: string
10 didApply: boolean
11}
12
13const version = 1
14export interface PatchApplicationState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…