Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_indexOfParticle
Method · 0.95
getParticleByColumn
Method · 0.95
getParticleByParser
Method · 0.95
.scrollLibs.js
File · 0.45
removeReadOnlyRanges
Function · 0.45
compareCollapsedMarkers
Function · 0.45
conflictingCollapsedRange
Function · 0.45
visualLine
Function · 0.45
visualLineEnd
Function · 0.45
visualLineContinued
Function · 0.45
visualLineEndNo
Function · 0.45
lineIsHiddenInner
Function · 0.45
Calls
1
getSubparticles
Method · 0.95
Tested by
no test coverage detected