MCPcopy Create free account
hub / github.com/breck7/scroll / findLast

Method findLast

external/.scrollLibs.js:16819–16821  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

16817 return this.getSubparticles().find(fn)
16818 }
16819 findLast(fn) {
16820 return this.getSubparticles().reverse().find(fn)
16821 }
16822 every(fn) {
16823 let index = 0
16824 for (let particle of this.getTopDownArrayIterator()) {

Callers 1

Calls 3

getSubparticlesMethod · 0.95
reverseMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected