MCPcopy Index your code
hub / github.com/eslint/eslint / enterNode

Method enterNode

lib/languages/js/source-code/source-code.js:1115–1123  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1113 */
1114 let analyzer = {
1115 enterNode(node) {
1116 steps.push(
1117 new VisitNodeStep({
1118 target: node,
1119 phase: 1,
1120 args: [node],
1121 }),
1122 );
1123 },
1124 leaveNode(node) {
1125 steps.push(
1126 new VisitNodeStep({

Callers 1

enterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected