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

Function values

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

Source from the content-addressed store, hash-verified

1020 <K extends string | symbol, A, K1 extends K | ((string | symbol) & {}), B>(
1021 self: ReadonlyRecord<K, A>,
1022 key: K1,
1023 value: B
1024 ): Record<K | K1, A | B> => {
1025 return { ...self, [key]: value } as any

Callers

nothing calls this directly

Calls 1

collectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…