()
| 1220 | return this.timeoutContext.timeoutForSocketRead; |
| 1221 | } |
| 1222 | override csotEnabled(): this is CSOTTimeoutContext { |
| 1223 | return this.timeoutContext.csotEnabled(); |
| 1224 | } |
| 1225 | override refresh(): void { |
| 1226 | if (typeof this.owner !== 'symbol') return this.timeoutContext.refresh(); |
| 1227 | } |
no outgoing calls
no test coverage detected