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

Function set_configuration_variable

configure.py:1745–1747  ·  view source on GitHub ↗
(configs, name, release=None, debug=None)

Source from the content-addressed store, hash-verified

1743 return matchup.get(arch, 'x64')
1744
1745def set_configuration_variable(configs, name, release=None, debug=None):
1746 configs['Release']['variables'][name] = release
1747 configs['Debug']['variables'][name] = debug
1748
1749def configure_arm(o):
1750 if options.arm_float_abi:

Callers 1

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