()
| 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) : [] |
no outgoing calls
no test coverage detected