()
| 623 | } |
| 624 | |
| 625 | get maxOperationRetryTime(): number { |
| 626 | return this.native?.maxOperationRetryTime; |
| 627 | } |
| 628 | |
| 629 | set maxOperationRetryTime(value) { |
| 630 | this.native.maxOperationRetryTime = value; |
nothing calls this directly
no outgoing calls
no test coverage detected