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

Function updateLastLink

repos/effect/packages/effect/src/SchemaAST.ts:3128–3136  ·  view source on GitHub ↗
(encoding: Encoding, f: (ast: AST) => AST)

Source from the content-addressed store, hash-verified

3126 readonly annotations: Schema.Annotations.Filter | undefined
3127
3128 constructor(
3129 checks: readonly [Check<E>, ...Array<Check<E>>],
3130 annotations: Schema.Annotations.Filter | undefined = undefined
3131 ) {
3132 super()
3133 this.checks = checks
3134 this.annotations = annotations
3135 }
3136 annotate(annotations: Schema.Annotations.Filter): FilterGroup<E> {
3137 return new FilterGroup(this.checks, { ...this.annotations, ...annotations })
3138 }
3139 and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E>

Callers 2

applyToLastLinkFunction · 0.85
outFunction · 0.85

Calls 1

fFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…