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

Method _getRootParticle

external/.scrollLibs.js:15409–15412  ·  view source on GitHub ↗
(relativeTo)

Source from the content-addressed store, hash-verified

15407 return this._getRootParticle()
15408 }
15409 _getRootParticle(relativeTo) {
15410 if (this.isRoot(relativeTo)) return this
15411 return this.parent._getRootParticle(relativeTo)
15412 }
15413 toString(indentCount = 0, language = this) {
15414 if (this.isRoot()) return this._subparticlesToString(indentCount, language)
15415 return this._toStringWithLine(indentCount, language)

Callers 1

rootMethod · 0.95

Calls 1

isRootMethod · 0.95

Tested by

no test coverage detected