MCPcopy Index your code
hub / github.com/cardinalby/github-action-ts-run-api / delete

Method delete

src/githubServiceFiles/FakeFile.ts:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 delete() {
45 if (fs.existsSync(this.filePath)) {
46 fs.unlinkSync(this.filePath);
47 }
48 }
49}

Callers 7

restoreMethod · 0.45
cleanUpFakeDirsMethod · 0.45
cleanUpFakeDirsMethod · 0.45
cleanUpMethod · 0.45
cleanUpFakedDirsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected