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

Method flip

packages/effect/src/SchemaAST.ts:2371–2373  ·  view source on GitHub ↗

@internal

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

Source from the content-addressed store, hash-verified

2369 }
2370 /** @internal */
2371 flip(recur: (ast: AST) => AST): AST {
2372 return this._rebuild(recur, recur, this.encodingChecks, this.checks)
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)

Callers

nothing calls this directly

Calls 1

_rebuildMethod · 0.95

Tested by

no test coverage detected