Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eslint/eslint
/ emit
Method
emit
lib/languages/js/source-code/source-code.js:1133–1140 ·
view source on GitHub ↗
(eventName, args)
Source
from the content-addressed store, hash-verified
1131
);
1132
},
1133
emit(eventName, args) {
1134
steps.push(
1135
new
CallMethodStep({
1136
target: eventName,
1137
args,
1138
}),
1139
);
1140
},
1141
};
1142
1143
/*
Callers
10
forwardCurrentToHead
Function · 0.80
leaveFromCurrentSegment
Function · 0.80
startCodePath
Function · 0.80
endCodePath
Function · 0.80
onLooped
Method · 0.80
rule-tester.js
File · 0.80
jshint.js
File · 0.80
itself
Function · 0.80
large.js
File · 0.80
itself
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected