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

Function UniqueSymbolFromSelf

packages/effect/src/Schema.ts:742–742  ·  view source on GitHub ↗
(symbol: S)

Source from the content-addressed store, hash-verified

740 * @since 3.10.0
741 */
742export const UniqueSymbolFromSelf = <S extends symbol>(symbol: S): SchemaClass<S> => make(new AST.UniqueSymbol(symbol))
743
744/**
745 * @category api interface

Callers 1

Schema.tsFile · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…