| 1 | import { type PlatformError, SystemError } from "@effect/platform/Error" |
| 2 | import type { SizeInput } from "@effect/platform/FileSystem" |
| 3 | import * as Cause from "effect/Cause" |
| 4 | import * as Channel from "effect/Channel" |
nothing calls this directly
no test coverage detected