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

Method isRoot

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

Source from the content-addressed store, hash-verified

15401 return start._getLineNumber(this)
15402 }
15403 isRoot(relativeTo) {
15404 return relativeTo === this || !this.parent
15405 }
15406 get root() {
15407 return this._getRootParticle()
15408 }

Callers 15

getOlderSiblingsMethod · 0.95
getYoungerSiblingsMethod · 0.95
getSiblingsMethod · 0.95
_getRootParticleMethod · 0.95
toStringMethod · 0.95
_getProjectRootDirMethod · 0.95
_getStackMethod · 0.95
_getCuePathMethod · 0.95
_getPathVectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected