MCPcopy Index your code
hub / github.com/nodejs/node / exitSubtree

Function exitSubtree

test/fixtures/snapshot/typescript.js:96553–96555  ·  view source on GitHub ↗

* Restores the `HierarchyFacts` for this node's ancestor after visiting this node's * subtree. * @param ancestorFacts The `HierarchyFacts` of the ancestor to restore after visiting the subtree.

(ancestorFacts)

Source from the content-addressed store, hash-verified

96551 * @param ancestorFacts The `HierarchyFacts` of the ancestor to restore after visiting the subtree.
96552 */
96553 function exitSubtree(ancestorFacts) {
96554 hierarchyFacts = ancestorFacts;
96555 }
96556 function recordTaggedTemplateString(temp) {
96557 taggedTemplateStringDeclarations = ts.append(taggedTemplateStringDeclarations, factory.createVariableDeclaration(temp));
96558 }

Callers 15

doWithHierarchyFactsFunction · 0.85
visitSourceFileFunction · 0.85
visitForOfStatementFunction · 0.85
visitCaseBlockFunction · 0.85
addConstructorFunction · 0.85
visitArrowFunctionFunction · 0.85
visitFunctionExpressionFunction · 0.85
visitFunctionDeclarationFunction · 0.85
visitBlockFunction · 0.85
visitVariableStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…