MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / callback

Function callback

front_end/core/common/Object.test.ts:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27 it('reports event listeners correctly', () => {
28 const callback = () => {};
29
30 obj.addEventListener('foo', callback);
31 assert.isTrue(obj.hasEventListeners('foo'));

Callers 15

tryGetFunction · 0.70
mycallbackFunction · 0.50
loadAsStreamFunction · 0.50
finishedCallbackFunction · 0.50
showSurveyMethod · 0.50
canShowSurveyMethod · 0.50
loadNetworkResourceMethod · 0.50
getPreferencesMethod · 0.50
getPreferenceMethod · 0.50
getSyncInformationMethod · 0.50
getHostConfigMethod · 0.50

Calls 1

doneFunction · 0.50

Tested by

no test coverage detected