MCPcopy Create free account
hub / github.com/nodejs/node / setDispatchBufferFull

Function setDispatchBufferFull

lib/internal/perf/observe.js:479–481  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

477}
478
479function setDispatchBufferFull(fn) {
480 dispatchBufferFull = fn;
481}
482
483function clearEntriesFromBuffer(type, name) {
484 if (type !== 'mark' && type !== 'measure' && type !== 'resource') {

Callers 1

performance.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected