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

Method find

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

Source from the content-addressed store, hash-verified

16814 return this.getSubparticles().filter(fn)
16815 }
16816 find(fn) {
16817 return this.getSubparticles().find(fn)
16818 }
16819 findLast(fn) {
16820 return this.getSubparticles().reverse().find(fn)
16821 }

Callers 15

_indexOfParticleMethod · 0.95
getParticleByColumnMethod · 0.95
getParticleByParserMethod · 0.95
.scrollLibs.jsFile · 0.45
removeReadOnlyRangesFunction · 0.45
compareCollapsedMarkersFunction · 0.45
visualLineFunction · 0.45
visualLineEndFunction · 0.45
visualLineContinuedFunction · 0.45
visualLineEndNoFunction · 0.45
lineIsHiddenInnerFunction · 0.45

Calls 1

getSubparticlesMethod · 0.95

Tested by

no test coverage detected