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

Method _hasColumns

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

Source from the content-addressed store, hash-verified

15836 )
15837 }
15838 _hasColumns(columns) {
15839 const atoms = this.atoms
15840 return columns.every((searchTerm, index) => searchTerm === atoms[index])
15841 }
15842 hasAtom(index, atom) {
15843 return this.getAtom(index) === atom
15844 }

Callers 1

getParticleByColumnsMethod · 0.80

Calls 1

everyMethod · 0.45

Tested by

no test coverage detected