MCPcopy Index your code
hub / github.com/Effect-TS/effect / SetFromSelf

Function SetFromSelf

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

Source from the content-addressed store, hash-verified

7844 * @since 3.10.0
7845 */
7846export const SetFromSelf = <Value extends Schema.Any>(value: Value): SetFromSelf<Value> =>
7847 setFromSelf_(value, `Set<${format(value)}>`) as any
7848
7849/**
7850 * @category api interface

Callers 1

setFunction · 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…