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

Function getOptionsAsFlagsFromBinding

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

Source from the content-addressed store, hash-verified

38}
39
40function getOptionsAsFlagsFromBinding() {
41 return optionsFlags ??= getOptionsAsFlags();
42}
43
44function getEmbedderOptions() {
45 return embedderOptions ??= getEmbedderOptionsFromBinding();

Callers 2

getRunArgsFunction · 0.85
fixture.cjsFile · 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…