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

Method getAtom

external/.scrollLibs.js:15441–15445  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

15439 return this
15440 }
15441 getAtom(index) {
15442 const atoms = this._getAtoms(0)
15443 if (index < 0) index = atoms.length + index
15444 return atoms[index]
15445 }
15446 get list() {
15447 return this.getAtomsFrom(1)
15448 }

Callers 15

getAtomPropertiesMethod · 0.95
hasAtomMethod · 0.95
atomMethod · 0.45
patchMethod · 0.45
getBiDirectionalMapsMethod · 0.45
getParticleByColumnMethod · 0.45
_getParticlesByColumnMethod · 0.45
toFlatObjectMethod · 0.45
pickMethod · 0.45

Calls 1

_getAtomsMethod · 0.95

Tested by

no test coverage detected