Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
196
function
refreshOptions() {
197
optionsDict = undefined;
198
}
199
200
function
getOptionValue(optionName) {
201
return
getCLIOptionsFromBinding()[optionName];
Callers
1
refreshRuntimeOptions
Function · 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…