()
| 1232 | return this.timeoutContext.maxTimeMS; |
| 1233 | } |
| 1234 | get timeoutMS(): number | null { |
| 1235 | return this.timeoutContext.csotEnabled() ? this.timeoutContext.timeoutMS : null; |
| 1236 | } |
| 1237 | override refreshed(): CursorTimeoutContext { |
| 1238 | return new CursorTimeoutContext(this.timeoutContext.refreshed(), this.owner); |
| 1239 | } |
nothing calls this directly
no test coverage detected