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

Method first

deps/v8/tools/system-analyzer/timeline.mjs:277–279  ·  view source on GitHub ↗

@returns {T}

()

Source from the content-addressed store, hash-verified

275
276 /** @returns {T} */
277 first() {
278 return this.at(0);
279 }
280
281 /** @returns {T} */
282 at(index) {

Calls 1

atMethod · 0.95

Tested by

no test coverage detected