()
| 29 | } = require('internal/validators'); |
| 30 | let binding; |
| 31 | function lazyBinding() { |
| 32 | binding ??= internalBinding('cares_wrap'); |
| 33 | return binding; |
| 34 | } |
| 35 | const IANA_DNS_PORT = 53; |
| 36 | const IPv6RE = /^\[([^[\]]*)\]/; |
| 37 | const addrSplitRE = /(^.+?)(?::(\d+))?$/; |
no outgoing calls
no test coverage detected
searching dependent graphs…