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

Method _getMyInScopeParserIds

external/.scrollLibs.js:20003–20005  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20001 return this.rootParserId.replace(HandParsersProgram.parserSuffixRegex, "")
20002 }
20003 _getMyInScopeParserIds() {
20004 return super._getMyInScopeParserIds(this.rootParserDefinition)
20005 }
20006 _getInScopeParserIds() {
20007 const parsersParticle = this.rootParserDefinition.getParticle(ParsersConstants.inScope)
20008 return parsersParticle ? parsersParticle.getAtomsFrom(1) : []

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected