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

Method _amIRoot

external/.scrollLibs.js:19626–19629  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19624 return this.programParserDefinitionCache
19625 }
19626 _amIRoot() {
19627 if (this._cache_isRoot === undefined) this._cache_isRoot = this._languageRootParticle === this
19628 return this._cache_isRoot
19629 }
19630 get _languageRootParticle() {
19631 return this.root.rootParserDefinition
19632 }

Callers 2

parserAsJavascriptMethod · 0.95
asJavascriptClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected