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

Function hasCheck

repos/effect/packages/effect/src/SchemaAST.ts:1394–1403  ·  view source on GitHub ↗
(checks: ReadonlyArray<Check<unknown>>, tag: string)

Source from the content-addressed store, hash-verified

1392 * **Details**
1393 *
1394 * Default JSON serialization:
1395 *
1396 * - Finite numbers are serialized as JSON numbers.
1397 * - `Infinity`, `-Infinity`, and `NaN` are serialized as JSON strings.
1398 *
1399 * If the node has an `isFinite` or `isInt` check, the string fallback is
1400 * skipped since non-finite values cannot occur.
1401 *
1402 * @see {@link number}
1403 * @see {@link isNumber}
1404 * @category models
1405 * @since 4.0.0
1406 */

Callers 2

toCodecJsonMethod · 0.70
toCodecStringTreeMethod · 0.70

Calls 1

someMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…