MCPcopy
hub / github.com/Effect-TS/effect / Symbol$

Class Symbol$

packages/effect/src/Schema.ts:5458–5466  ·  view source on GitHub ↗

@ignore

Source from the content-addressed store, hash-verified

5456
5457/** @ignore */
5458class Symbol$ extends transformOrFail(
5459 String$.annotations({ description: "a string to be decoded into a globally shared symbol" }),
5460 SymbolFromSelf,
5461 {
5462 strict: false,
5463 decode: (i) => decodeSymbol(i),
5464 encode: (a, _, ast) => encodeSymbol(a, ast)
5465 }
5466).annotations({ identifier: "Symbol" }) {}
5467
5468export {
5469 /**

Callers

nothing calls this directly

Calls 4

transformOrFailInterface · 0.85
decodeSymbolFunction · 0.85
encodeSymbolFunction · 0.85
annotationsMethod · 0.65

Tested by

no test coverage detected