MCPcopy Create free account
hub / github.com/boostorg/build / pushsettings

Function pushsettings

src/engine/rules.cpp:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378 */
379
380void pushsettings( struct module_t * module, SETTINGS * v )
381{
382 for ( ; v; v = v->next )
383 v->value = var_swap( module, v->symbol, v->value );
384}
385
386
387/*

Callers 10

make1cFunction · 0.85
call_timing_ruleFunction · 0.85
call_action_ruleFunction · 0.85
swap_settingsFunction · 0.85
make1cmdsFunction · 0.85
make1bindFunction · 0.85
popsettingsFunction · 0.85
make0Function · 0.85
function_runFunction · 0.85
cache_nameFunction · 0.85

Calls 1

var_swapFunction · 0.85

Tested by

no test coverage detected