Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ truncate
Function
truncate
packages/effect/src/FileSystem.ts:903–905 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
901
return
Effect.fail(notFound(
"symlink"
, fromPath))
902
},
903
truncate(path) {
904
return
Effect.fail(notFound(
"truncate"
, path))
905
},
906
utimes(path) {
907
return
Effect.fail(notFound(
"utimes"
, path))
908
},
Callers
1
BigDecimal.ts
File · 0.70
Calls
2
notFound
Function · 0.70
fail
Method · 0.45
Tested by
no test coverage detected