MCPcopy
hub / github.com/Effect-TS/effect / ReadonlySetFromSelf

Function ReadonlySetFromSelf

packages/effect/src/Schema.ts:7826–7827  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

7824 * @since 3.10.0
7825 */
7826export const ReadonlySetFromSelf = <Value extends Schema.Any>(value: Value): ReadonlySetFromSelf<Value> =>
7827 setFromSelf_(value, `ReadonlySet<${format(value)}>`)
7828
7829/**
7830 * @category api interface

Callers 1

ReadonlySetFunction · 0.70

Calls 2

setFromSelf_Function · 0.85
formatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…