MCPcopy Create free account
hub / github.com/code-pushup/cli / unlink

Function unlink

packages/utils/src/lib/wizard/virtual-fs.unit.test.ts:43–46  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

41 dirs.add(toUnixPath(path));
42 },
43 async unlink(path: string) {
44 store.delete(toUnixPath(path));
45 unlinked.add(toUnixPath(path));
46 },
47 };
48}
49

Callers 1

Calls 1

toUnixPathFunction · 0.85

Tested by

no test coverage detected