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

Function checkDeferredNodes

test/fixtures/snapshot/typescript.js:85869–85874  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

85867 }
85868 }
85869 function checkDeferredNodes(context) {
85870 var links = getNodeLinks(context);
85871 if (links.deferredNodes) {
85872 links.deferredNodes.forEach(checkDeferredNode);
85873 }
85874 }
85875 function checkDeferredNode(node) {
85876 ts.tracing === null || ts.tracing === void 0 ? void 0 : ts.tracing.push("check" /* tracing.Phase.Check */, "checkDeferredNode", { kind: node.kind, pos: node.pos, end: node.end, path: node.tracingPath });
85877 var saveCurrentNode = currentNode;

Callers 1

checkSourceFileWorkerFunction · 0.85

Calls 2

getNodeLinksFunction · 0.85
forEachMethod · 0.65

Tested by

no test coverage detected