(dirName)
| 4025 | } |
| 4026 | if (tok.kind === 'parentModel') { |
| 4027 | const cond = []; |
| 4028 | pushEqualityListCondition(cond, params, 'parentModel', tok.values.slice(), combine, !!filters.parentModelInverted, false); |
| 4029 | return cond[0] || '1'; |
| 4030 | } |
| 4031 | if (tok.kind === 'tag') { |
| 4032 | const names = tok.values.slice(); |
no test coverage detected