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

Method touchParticle

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

Source from the content-addressed store, hash-verified

17400 return this._touchParticle(str.split(this.atomBreakSymbol))
17401 }
17402 touchParticle(str) {
17403 return this._touchParticleByString(str)
17404 }
17405 appendParticle(particle) {
17406 return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString())
17407 }

Callers 13

extendMethod · 0.95
setMethod · 0.95
setPropertyIfMissingMethod · 0.95
setPropertiesMethod · 0.95
_particleFromXmlMethod · 0.95
_getLineageMethod · 0.95
parserLineageMethod · 0.95
_inferParserDefMethod · 0.80
setWindowTitleMethod · 0.80

Calls 1

Tested by

no test coverage detected