MCPcopy Create free account
hub / github.com/effect-app/libs / chown

Function chown

repos/effect/packages/effect/src/FileSystem.ts:911–913  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

909 * Node and Bun preserve `size` and `blksize` exactly. Optional `number`
910 * metadata is `Option.none()` when absent or outside the safe integer range.
911 * Unsafe `dev` or `mode` values fail the stat operation with `BadArgument`.
912 *
913 * **Example** (Inspecting file information)
914 *
915 * ```ts import.meta.vitest
916 * import { ByteSize, FileSystem, Option } from "effect"

Callers

nothing calls this directly

Calls 2

notFoundFunction · 0.85
failMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…