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

Function appendChecks

repos/effect/packages/effect/src/SchemaAST.ts:3124–3126  ·  view source on GitHub ↗
(ast: A, checks: Checks | undefined)

Source from the content-addressed store, hash-verified

3122 */
3123export class FilterGroup<in E> extends Pipeable.Class {
3124 readonly _tag = "FilterGroup"
3125 readonly checks: readonly [Check<E>, ...Array<Check<E>>]
3126 readonly annotations: Schema.Annotations.Filter | undefined
3127
3128 constructor(
3129 checks: readonly [Check<E>, ...Array<Check<E>>],

Callers 1

SchemaAST.tsFile · 0.85

Calls 2

replaceChecksFunction · 0.85
combineChecksFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…