MCPcopy Create free account
hub / github.com/nodejs/node / fixture.cjs

File fixture.cjs

test/fixtures/options-as-flags/fixture.cjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { getOptionsAsFlagsFromBinding } = require('internal/options');
2
3const flags = getOptionsAsFlagsFromBinding();
4console.log(JSON.stringify(flags.sort()));

Callers

nothing calls this directly

Calls 4

sortMethod · 0.80
requireFunction · 0.50
logMethod · 0.45

Tested by

no test coverage detected