Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
shift
Function · 0.85
pop
Function · 0.85
MutableHashMap.ts
File · 0.85
SortedSet.ts
File · 0.85
Record.ts
File · 0.85
hashMap.ts
File · 0.85
hashSet.ts
File · 0.85
trie.ts
File · 0.85
tMap.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected