(address)
| 119 | } |
| 120 | |
| 121 | function normalizeIpAddress(address) { |
| 122 | return String(address || "") |
| 123 | .trim() |
| 124 | .toLowerCase(); |
| 125 | } |
| 126 | |
| 127 | function isMetadataHostname(hostname) { |
| 128 | return METADATA_HOSTNAMES.has(hostname); |
no outgoing calls
no test coverage detected