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

Method content

external/.scrollLibs.js:15658–15661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15656 this.setAtom(0, atom)
15657 }
15658 get content() {
15659 const atoms = this.getAtomsFrom(1)
15660 return atoms.length ? atoms.join(this.atomBreakSymbol) : undefined
15661 }
15662 get contentWithSubparticles() {
15663 // todo: deprecate
15664 const content = this.content

Callers

nothing calls this directly

Calls 2

getAtomsFromMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected