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

Function isEmptyRecord

repos/effect/packages/effect/src/Record.ts:190–191  ·  view source on GitHub ↗
(self: Record<K, A>)

Source from the content-addressed store, hash-verified

188 *
189 * **Example** (Checking for an empty record)
190 *
191 * ```ts import.meta.vitest
192 * import { Record } from "effect"
193 *
194 * Record.isEmptyRecord({}) // => true

Callers 1

Record.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…