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

Method root

external/.scrollLibs.js:15406–15408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15404 return relativeTo === this || !this.parent
15405 }
15406 get root() {
15407 return this._getRootParticle()
15408 }
15409 _getRootParticle(relativeTo) {
15410 if (this.isRoot(relativeTo)) return this
15411 return this.parent._getRootParticle(relativeTo)

Callers

nothing calls this directly

Calls 1

_getRootParticleMethod · 0.95

Tested by

no test coverage detected