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

Method recur

packages/effect/src/SchemaAST.ts:2375–2377  ·  view source on GitHub ↗

@internal

(recur: (ast: AST) => AST, recurParameter: (ast: AST) => AST = recur)

Source from the content-addressed store, hash-verified

2373 }
2374 /** @internal */
2375 recur(recur: (ast: AST) => AST, recurParameter: (ast: AST) => AST = recur): AST {
2376 return this._rebuild(recur, recurParameter, this.checks, this.encodingChecks)
2377 }
2378 /** @internal */
2379 getExpected(): string {
2380 if (this.propertySignatures.length === 0 && this.indexSignatures.length === 0) return "object | array"

Callers

nothing calls this directly

Calls 1

_rebuildMethod · 0.95

Tested by

no test coverage detected