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

Function sourceElementVisitor

test/fixtures/snapshot/typescript.js:91720–91722  ·  view source on GitHub ↗

* Specialized visitor that visits the immediate children of a SourceFile. * * @param node The node to visit.

(node)

Source from the content-addressed store, hash-verified

91718 * @param node The node to visit.
91719 */
91720 function sourceElementVisitor(node) {
91721 return saveStateAndInvoke(node, sourceElementVisitorWorker);
91722 }
91723 /**
91724 * Specialized visitor that visits the immediate children of a SourceFile.
91725 *

Callers

nothing calls this directly

Calls 1

saveStateAndInvokeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…