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

Function nodeIsPresent

test/fixtures/snapshot/typescript.js:14617–14619  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

14615 }
14616 ts.nodeIsMissing = nodeIsMissing;
14617 function nodeIsPresent(node) {
14618 return !nodeIsMissing(node);
14619 }
14620 ts.nodeIsPresent = nodeIsPresent;
14621 function insertStatementsAfterPrologue(to, from, isPrologueDirective) {
14622 if (from === undefined || from.length === 0)

Callers 2

getLastChildFunction · 0.85

Calls 1

nodeIsMissingFunction · 0.85

Tested by

no test coverage detected