MCPcopy 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.tsFile · 0.70

Calls 2

notFoundFunction · 0.70
failMethod · 0.45

Tested by

no test coverage detected