MCPcopy
hub / github.com/Effect-TS/effect / remove

Function remove

packages/platform/src/internal/fileSystem.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 return Effect.fail(notFound("realPath", path))
159 },
160 remove() {
161 return Effect.void
162 },
163 rename(oldPath) {
164 return Effect.fail(notFound("rename", oldPath))
165 },

Callers 9

shiftFunction · 0.85
popFunction · 0.85
MutableHashMap.tsFile · 0.85
SortedSet.tsFile · 0.85
Record.tsFile · 0.85
hashMap.tsFile · 0.85
hashSet.tsFile · 0.85
trie.tsFile · 0.85
tMap.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…