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

Method contentWithSubparticles

external/.scrollLibs.js:15662–15666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15660 return atoms.length ? atoms.join(this.atomBreakSymbol) : undefined
15661 }
15662 get contentWithSubparticles() {
15663 // todo: deprecate
15664 const content = this.content
15665 return (content ? content : "") + (this.length ? this.particleBreakSymbol + this._subparticlesToString() : "")
15666 }
15667 getFirstParticle() {
15668 return this.particleAt(0)
15669 }

Callers

nothing calls this directly

Calls 1

_subparticlesToStringMethod · 0.95

Tested by

no test coverage detected