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

Method atEnd

deps/v8/tools/consarray.mjs:62–66  ·  view source on GitHub ↗

* Whether the end of iteration is reached.

()

Source from the content-addressed store, hash-verified

60 * Whether the end of iteration is reached.
61 */
62 atEnd() {
63 return this.currCell_ === null ||
64 this.currCell_.data === null ||
65 this.currCellPos_ >= this.currCell_.data.length;
66 }
67
68 /**
69 * Returns the current item, moves to the next one.

Callers 4

traverseMethod · 0.95
profile_view.mjsFile · 0.80
profile_view.jsFile · 0.80
consarray.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected