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

Method isTerminalParser

external/.scrollLibs.js:19718–19720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19716 return cuesInScope.some(cue => chain.has(cue))
19717 }
19718 isTerminalParser() {
19719 return !this._getFromExtended(ParsersConstants.inScope) && !this._getFromExtended(ParsersConstants.catchAllParser)
19720 }
19721 _getParserInheritanceSet() {
19722 if (!this._cache_parserInheritanceSet) this._cache_parserInheritanceSet = new Set(this.ancestorParserIdsArray)
19723 return this._cache_parserInheritanceSet

Callers 1

compileMethod · 0.80

Calls 1

_getFromExtendedMethod · 0.80

Tested by

no test coverage detected