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

Function clearPatchApplicationState

src/stateFile.ts:65–73  ·  view source on GitHub ↗
(packageDetails: PackageDetails)

Source from the content-addressed store, hash-verified

63}
64
65export function clearPatchApplicationState(packageDetails: PackageDetails) {
66 const fileName = join(packageDetails.path, STATE_FILE_NAME)
67
68 try {
69 unlinkSync(fileName)
70 } catch (e) {
71 // noop
72 }
73}
74
75export function verifyAppliedPatches({
76 appPath,

Callers 2

makePatchFunction · 0.90
applyPatchesForPackageFunction · 0.90

Calls 1

joinFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…