MCPcopy Index your code
hub / github.com/nodejs/node / getOptionValue

Function getOptionValue

lib/internal/options.js:200–202  ·  view source on GitHub ↗
(optionName)

Source from the content-addressed store, hash-verified

198}
199
200function getOptionValue(optionName) {
201 return getCLIOptionsFromBinding()[optionName];
202}
203
204function getAllowUnauthorized() {
205 const allowUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED === '0';

Callers 15

getCallSitesFunction · 0.85
net.jsFile · 0.85
getFipsFunction · 0.85
setFipsFunction · 0.85
getFunction · 0.85
getFunction · 0.85
tls.jsFile · 0.85
repl.jsFile · 0.85
_http_agent.jsFile · 0.85
_http_common.jsFile · 0.85

Calls 1

getCLIOptionsFromBindingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…