mergeCalleesFromInnerScope() — react Function Reference
Architecture documentation for the mergeCalleesFromInnerScope() function in TransformFire.ts from the react codebase.
Entity Profile
Dependency Diagram
graph TD 87b734d8_7872_5707_79f3_c595b3542664["mergeCalleesFromInnerScope()"] 1cc5203c_bda6_d474_ce02_0de0532830f0["Context"] 87b734d8_7872_5707_79f3_c595b3542664 -->|defined in| 1cc5203c_bda6_d474_ce02_0de0532830f0 7756ca6a_d541_c148_b849_a02c3a6f4e97["visitFunctionExpressionAndPropagateFireDependencies()"] 7756ca6a_d541_c148_b849_a02c3a6f4e97 -->|calls| 87b734d8_7872_5707_79f3_c595b3542664 style 87b734d8_7872_5707_79f3_c595b3542664 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
compiler/packages/babel-plugin-react-compiler/src/Transform/TransformFire.ts lines 656–662
mergeCalleesFromInnerScope(
innerCallees: FireCalleesToFireFunctionBinding,
): void {
for (const [id, calleeInfo] of innerCallees.entries()) {
this.#capturedCalleeIdentifierIds.set(id, calleeInfo);
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does mergeCalleesFromInnerScope() do?
mergeCalleesFromInnerScope() is a function in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/Transform/TransformFire.ts.
Where is mergeCalleesFromInnerScope() defined?
mergeCalleesFromInnerScope() is defined in compiler/packages/babel-plugin-react-compiler/src/Transform/TransformFire.ts at line 656.
What calls mergeCalleesFromInnerScope()?
mergeCalleesFromInnerScope() is called by 1 function(s): visitFunctionExpressionAndPropagateFireDependencies.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free