MCPcopy
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

forwardCurrentToHeadFunction · 0.80
leaveFromCurrentSegmentFunction · 0.80
startCodePathFunction · 0.80
endCodePathFunction · 0.80
onLoopedMethod · 0.80
rule-tester.jsFile · 0.80
jshint.jsFile · 0.80
itselfFunction · 0.80
large.jsFile · 0.80
itselfFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected