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

Function classElementVisitor

test/fixtures/snapshot/typescript.js:91798–91800  ·  view source on GitHub ↗

* Specialized visitor that visits the immediate children of a class with TypeScript syntax. * * @param node The node to visit.

(node)

Source from the content-addressed store, hash-verified

91796 * @param node The node to visit.
91797 */
91798 function classElementVisitor(node) {
91799 return saveStateAndInvoke(node, classElementVisitorWorker);
91800 }
91801 /**
91802 * Specialized visitor that visits the immediate children of a class with TypeScript syntax.
91803 *

Callers

nothing calls this directly

Calls 5

saveStateAndInvokeFunction · 0.85
visitPropertyDeclarationFunction · 0.85
visitorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…