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

Method getParticleByColumns

external/.scrollLibs.js:15845–15847  ·  view source on GitHub ↗
(...columns)

Source from the content-addressed store, hash-verified

15843 return this.getAtom(index) === atom
15844 }
15845 getParticleByColumns(...columns) {
15846 return this.topDownArray.find(particle => particle._hasColumns(columns))
15847 }
15848 getParticleByColumn(index, name) {
15849 return this.find(particle => particle.getAtom(index) === name)
15850 }

Callers

nothing calls this directly

Calls 2

_hasColumnsMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected