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

Function discardedValueVisitor

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

Source from the content-addressed store, hash-verified

94392 return ts.visitEachChild(node, visitor, context);
94393 }
94394 function discardedValueVisitor(node) {
94395 return visitorWorker(node, /*valueIsDiscarded*/ true);
94396 }
94397 function visitor(node) {
94398 return visitorWorker(node, /*valueIsDiscarded*/ false);
94399 }

Callers

nothing calls this directly

Calls 1

visitorWorkerFunction · 0.85

Tested by

no test coverage detected