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

Function visitorWithUnusedExpressionResult

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

Source from the content-addressed store, hash-verified

96571 return visitorWorker(node, /*expressionResultIsUnused*/ false);
96572 }
96573 function visitorWithUnusedExpressionResult(node) {
96574 return visitorWorker(node, /*expressionResultIsUnused*/ true);
96575 }
96576 function visitorNoAsyncModifier(node) {
96577 if (node.kind === 131 /* SyntaxKind.AsyncKeyword */) {
96578 return undefined;

Callers

nothing calls this directly

Calls 2

visitorWorkerFunction · 0.85
shouldVisitNodeFunction · 0.85

Tested by

no test coverage detected