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

Method _touchParticleByString

external/.scrollLibs.js:17398–17401  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

17396 return contextParticle
17397 }
17398 _touchParticleByString(str) {
17399 str = str.replace(this.particleBreakSymbolRegex, "") // todo: do we want to do this sanitization?
17400 return this._touchParticle(str.split(this.atomBreakSymbol))
17401 }
17402 touchParticle(str) {
17403 return this._touchParticleByString(str)
17404 }

Callers 1

touchParticleMethod · 0.95

Calls 3

_touchParticleMethod · 0.95
replaceMethod · 0.80
splitMethod · 0.80

Tested by

no test coverage detected