()
| 31 | } |
| 32 | |
| 33 | export function _resetKeepAliveForTesting(): void { |
| 34 | keepAliveDisabled = false |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Convert dns.LookupOptions.family to a numeric address family value |
nothing calls this directly
no outgoing calls
no test coverage detected