Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
restore
Method · 0.45
cleanUpFakeDirs
Method · 0.45
cleanUpFakeDirs
Method · 0.45
cleanUp
Method · 0.45
cleanUpFakedDirs
Function · 0.45
FakeRunnerDir.test.ts
File · 0.45
FakeFileCommandFile.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected