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

Method getFirstParticle

external/.scrollLibs.js:15667–15669  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15665 return (content ? content : "") + (this.length ? this.particleBreakSymbol + this._subparticlesToString() : "")
15666 }
15667 getFirstParticle() {
15668 return this.particleAt(0)
15669 }
15670 getStack() {
15671 return this._getStack()
15672 }

Callers

nothing calls this directly

Calls 1

particleAtMethod · 0.95

Tested by

no test coverage detected