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

Method recur

packages/effect/src/SchemaAST.ts:2905–2907  ·  view source on GitHub ↗

@internal

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

Source from the content-addressed store, hash-verified

2903 }
2904 /** @internal */
2905 recur(recur: (ast: AST) => AST) {
2906 return this._rebuild(recur, this.checks, this.encodingChecks)
2907 }
2908 /** @internal */
2909 flip(recur: (ast: AST) => AST) {
2910 return this._rebuild(recur, this.encodingChecks, this.checks)

Callers 6

SchemaAST.tsFile · 0.45
Config.tsFile · 0.45
Schema.tsFile · 0.45
switchFunction · 0.45
visitFunction · 0.45

Calls 1

_rebuildMethod · 0.95

Tested by

no test coverage detected