(optionName)
| 198 | } |
| 199 | |
| 200 | function getOptionValue(optionName) { |
| 201 | return getCLIOptionsFromBinding()[optionName]; |
| 202 | } |
| 203 | |
| 204 | function getAllowUnauthorized() { |
| 205 | const allowUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED === '0'; |
no test coverage detected
searching dependent graphs…