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

Method constructor

external/.scrollLibs.js:18976–18979  ·  view source on GitHub ↗
(atom)

Source from the content-addressed store, hash-verified

18974}
18975class AbstractAtomError extends AbstractParticleError {
18976 constructor(atom) {
18977 super(atom.getParticle())
18978 this._atom = atom
18979 }
18980 get atom() {
18981 return this._atom
18982 }

Callers

nothing calls this directly

Calls 1

getParticleMethod · 0.45

Tested by

no test coverage detected