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

Function empty

repos/effect/packages/effect/src/Record.ts:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 * ```ts import.meta.vitest
168 * import { Record } from "effect"
169 *
170 * // Create an empty record
171 * const emptyRecord = Record.empty<string, number>()
172 * emptyRecord // => {}
173 *
174 * // The type ensures type safety for future operations
175 * Record.set(emptyRecord, "count", 42) // => { count: 42 }

Callers 4

Record.tsFile · 0.70
getSomesFunction · 0.70
getFailuresFunction · 0.70
getSuccessesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…