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

Method filter

external/.scrollLibs.js:16813–16815  ·  view source on GitHub ↗
(fn = item => item)

Source from the content-addressed store, hash-verified

16811 return this.getSubparticles().map(fn)
16812 }
16813 filter(fn = item => item) {
16814 return this.getSubparticles().filter(fn)
16815 }
16816 find(fn) {
16817 return this.getSubparticles().find(fn)
16818 }

Callers 15

_getParticlesByColumnMethod · 0.95
whereMethod · 0.95
withMethod · 0.95
withoutMethod · 0.95
getFromMethod · 0.95
getCustomIndexMethod · 0.95
getParticlesByLineMethod · 0.95
jFunction · 0.45

Calls 1

getSubparticlesMethod · 0.95

Tested by

no test coverage detected