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

Function isPerformanceEntry

lib/internal/perf/performance_entry.js:29–31  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

27const kSkipThrow = Symbol('kSkipThrow');
28
29function isPerformanceEntry(obj) {
30 return obj?.[kName] !== undefined;
31}
32
33class PerformanceEntry {
34 constructor(

Callers 1

enqueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…