()
| 1542 | } |
| 1543 | |
| 1544 | isReexport() { |
| 1545 | return !this.terminalBinding && this._target && this._target.size > 0; |
| 1546 | } |
| 1547 | |
| 1548 | _getMaxTarget() { |
| 1549 | if (this._maxTarget !== undefined) return this._maxTarget; |
no outgoing calls
no test coverage detected