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

Function refreshOptions

lib/internal/options.js:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194}
195
196function refreshOptions() {
197 optionsDict = undefined;
198}
199
200function getOptionValue(optionName) {
201 return getCLIOptionsFromBinding()[optionName];

Callers 1

refreshRuntimeOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…