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

Method _getNonMaps

external/.scrollLibs.js:17268–17272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17266 return this
17267 }
17268 _getNonMaps() {
17269 const results = this.topDownArray.filter(particle => particle.hasDuplicateCues())
17270 if (this.hasDuplicateCues()) results.unshift(this)
17271 return results
17272 }
17273 replaceWith(blocks) {
17274 const split = splitBlocks(blocks, SUBPARTICLE_MEMBRANE, PARTICLE_MEMBRANE).reverse()
17275 const parent = this.parent

Callers

nothing calls this directly

Calls 2

hasDuplicateCuesMethod · 0.95
filterMethod · 0.45

Tested by

no test coverage detected