MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / removeFile

Function removeFile

packages/cli/src/utils/fileSystem.ts:37–39  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

35}
36
37export async function removeFile(path: string) {
38 await fsModule.unlink(path);
39}
40
41export async function readFile(path: string) {
42 return await fsModule.readFile(path, "utf8");

Callers 1

initializeGitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…