MCPcopy Create free account
hub / github.com/Effect-TS/effect / abort

Method abort

packages/effect/src/SchemaAST.ts:3153–3155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3151 return new Filter(this.run, { ...this.annotations, ...annotations }, this.aborted)
3152 }
3153 abort(): Filter<E> {
3154 return new Filter(this.run, this.annotations, true)
3155 }
3156 and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E>
3157 and(other: Check<E>, annotations?: Schema.Annotations.Filter): FilterGroup<E> {
3158 return new FilterGroup([this, other], annotations)

Callers 15

runRawMethod · 0.80
insertQueryFunction · 0.80
withEntriesTransactionFunction · 0.80
idbWriteRequestFunction · 0.80
abortTransactionFunction · 0.80
layerFunction · 0.80
Brand.test.tsFile · 0.80
Schema.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected