MCPcopy Create free account
hub / github.com/Effect-TS/effect / remove

Function remove

packages/effect/src/FileSystem.ts:885–887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

883 return Effect.fail(notFound("realPath", path))
884 },
885 remove() {
886 return Effect.void
887 },
888 rename(oldPath) {
889 return Effect.fail(notFound("rename", oldPath))
890 },

Callers 2

MutableHashMap.tsFile · 0.70
Record.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected