Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
function
setDispatchBufferFull(fn) {
480
dispatchBufferFull = fn;
481
}
482
483
function
clearEntriesFromBuffer(
type
, name) {
484
if
(
type
!==
'mark'
&&
type
!==
'measure'
&&
type
!==
'resource'
) {
Callers
1
performance.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected