Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eslint/eslint
/ leaveNode
Method
leaveNode
lib/languages/js/source-code/source-code.js:1124–1132 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
1122
);
1123
},
1124
leaveNode(node) {
1125
steps.push(
1126
new
VisitNodeStep({
1127
target: node,
1128
phase: 2,
1129
args: [node],
1130
}),
1131
);
1132
},
1133
emit(eventName, args) {
1134
steps.push(
1135
new
CallMethodStep({
Callers
1
leave
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected