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

Method getEntries

lib/internal/perf/performance.js:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 getEntries() {
96 validateThisInternalField(this, kPerformanceBrand, 'Performance');
97 return filterBufferMapByNameAndType();
98 }
99
100 getEntriesByName(name, type = undefined) {
101 validateThisInternalField(this, kPerformanceBrand, 'Performance');

Calls 1

Tested by

no test coverage detected