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

Function applyToLastLink

repos/effect/packages/effect/src/SchemaAST.ts:3139–3141  ·  view source on GitHub ↗
(f: (ast: AST) => AST)

Source from the content-addressed store, hash-verified

3137 return new FilterGroup(this.checks, { ...this.annotations, ...annotations })
3138 }
3139 and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E>
3140 and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E> {
3141 return new FilterGroup([this, other], annotations)
3142 }
3143}
3144

Callers 1

SchemaAST.tsFile · 0.85

Calls 2

replaceEncodingFunction · 0.85
updateLastLinkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…