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

Method last

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

@returns {T}

()

Source from the content-addressed store, hash-verified

132
133 /** @returns {T} */
134 last() {
135 return this._values[this._values.length - 1];
136 }
137
138 * [Symbol.iterator]() {
139 yield* this._values;

Callers 2

pushMethod · 0.95
findLastMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected