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

Function getCLIOptionsFromBinding

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

Source from the content-addressed store, hash-verified

30// complete so that we don't accidentally include runtime-dependent
31// states into a runtime-independent snapshot.
32function getCLIOptionsFromBinding() {
33 return optionsDict ??= getCLIOptionsValues();
34}
35
36function getCLIOptionsInfoFromBinding() {
37 return cliInfo ??= getCLIOptionsInfo();

Callers 1

getOptionValueFunction · 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…