MCPcopy
hub / github.com/Effect-TS/effect / compose

Function compose

packages/effect/src/SchemaAST.ts:2944–2944  ·  view source on GitHub ↗
(ab: AST, cd: AST)

Source from the content-addressed store, hash-verified

2942
2943/** @internal */
2944export const compose = (ab: AST, cd: AST): AST => new Transformation(ab, cd, composeTransformation)
2945
2946/** @internal */
2947export const rename = (ast: AST, mapping: { readonly [K in PropertyKey]?: PropertyKey }): AST => {

Callers 5

renameFunction · 0.70
parseJsonFunction · 0.70
serveFunction · 0.50
toWebHandlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…