MCPcopy Create free account
hub / github.com/nodejs/node / affectsSubtree

Function affectsSubtree

test/fixtures/snapshot/typescript.js:96535–96537  ·  view source on GitHub ↗
(excludeFacts, includeFacts)

Source from the content-addressed store, hash-verified

96533 var substitutedSuperAccessors = [];
96534 return ts.chainBundle(context, transformSourceFile);
96535 function affectsSubtree(excludeFacts, includeFacts) {
96536 return hierarchyFacts !== (hierarchyFacts & ~excludeFacts | includeFacts);
96537 }
96538 /**
96539 * Sets the `HierarchyFacts` for this node prior to visiting this node's subtree, returning the facts set prior to modification.
96540 * @param excludeFacts The existing `HierarchyFacts` to reset before visiting the subtree.

Callers 1

doWithHierarchyFactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected