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

Method concat

external/.scrollLibs.js:17188–17191  ·  view source on GitHub ↗
(particle)

Source from the content-addressed store, hash-verified

17186 candidates.forEach(cand => cand._getParticlesByLineRegex(matches, rgs))
17187 }
17188 concat(particle) {
17189 if (typeof particle === "string") particle = new Particle(particle)
17190 return particle.map(particle => this._insertBlock(particle.toString()))
17191 }
17192 _deleteByIndexes(indexesToDelete) {
17193 if (!indexesToDelete.length) return this
17194 this._clearCueIndex()

Callers 15

.katex.min.jsFile · 0.80
xtFunction · 0.80
hrFunction · 0.80
nnFunction · 0.80
XnFunction · 0.80
EeFunction · 0.80
utFunction · 0.80
.scrollLibs.jsFile · 0.80
tFunction · 0.80
addMarkedSpanFunction · 0.80
onFunction · 0.80
offFunction · 0.80

Calls 3

_insertBlockMethod · 0.95
mapMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected