* * @param {Tactic} tactic * @return {this}
(tactic)
| 726 | * @return {this} |
| 727 | */ |
| 728 | setTactic(tactic) { |
| 729 | this.tactic = tactic; |
| 730 | return this; |
| 731 | } |
| 732 | |
| 733 | requestFallback(args) { |
| 734 | if (!this.onRequestFallback) { |
no outgoing calls
no test coverage detected