MCPcopy Index your code
hub / github.com/nodejs/node / dispatchBufferFull

Function dispatchBufferFull

lib/internal/perf/performance.js:237–242  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

235const performance = createPerformance();
236
237function dispatchBufferFull(type) {
238 const event = new Event(type, {
239 [kTrustEvent]: true,
240 });
241 performance.dispatchEvent(event);
242}
243setDispatchBufferFull(dispatchBufferFull);
244
245module.exports = {

Callers 1

bufferResourceTimingFunction · 0.85

Calls 1

dispatchEventMethod · 0.80

Tested by

no test coverage detected