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

Method length

external/.scrollLibs.js:15976–15978  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15974 return this._getSubparticlesArray().slice(0)
15975 }
15976 get length() {
15977 return this._getSubparticlesArray().length
15978 }
15979 _particleAt(index) {
15980 if (index < 0) index = this.length + index
15981 return this._getSubparticlesArray()[index]

Callers

nothing calls this directly

Calls 1

_getSubparticlesArrayMethod · 0.95

Tested by

no test coverage detected