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

Method set

external/.scrollLibs.js:17119–17121  ·  view source on GitHub ↗
(cuePath, text)

Source from the content-addressed store, hash-verified

17117 this.parent._deleteParticle(this)
17118 }
17119 set(cuePath, text) {
17120 return this.touchParticle(cuePath).setContentWithSubparticles(text)
17121 }
17122 setFromText(text) {
17123 if (this.toString() === text) return this
17124 const tuple = this._textToContentAndSubparticlesTuple(text)

Callers 15

_particleFromXmlMethod · 0.95
.scrollLibs.jsFile · 0.45
ZFunction · 0.45
leFunction · 0.45
yeFunction · 0.45
SeFunction · 0.45
LeFunction · 0.45
maybeDisableFunction · 0.45
startWorkerFunction · 0.45
dispatchKeyFunction · 0.45
pollFunction · 0.45
pFunction · 0.45

Calls 2

touchParticleMethod · 0.95

Tested by

no test coverage detected