()
| 1235 | return this.timeoutContext.csotEnabled() ? this.timeoutContext.timeoutMS : null; |
| 1236 | } |
| 1237 | override refreshed(): CursorTimeoutContext { |
| 1238 | return new CursorTimeoutContext(this.timeoutContext.refreshed(), this.owner); |
| 1239 | } |
| 1240 | override addMaxTimeMSToCommand(command: Document, options: { omitMaxTimeMS?: boolean }): void { |
| 1241 | this.timeoutContext.addMaxTimeMSToCommand(command, options); |
| 1242 | } |
no outgoing calls
no test coverage detected