Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ pushsettings
Function
pushsettings
v2/engine/rules.c:381–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
*/
380
381
void pushsettings( struct module_t * module, SETTINGS * v )
382
{
383
for ( ; v; v = v->next )
384
v->value = var_swap( module, v->symbol, v->value );
385
}
386
387
388
/*
Callers
10
cache_name
Function · 0.85
make1c
Function · 0.85
call_timing_rule
Function · 0.85
call_action_rule
Function · 0.85
swap_settings
Function · 0.85
make1cmds
Function · 0.85
make1bind
Function · 0.85
popsettings
Function · 0.85
make0
Function · 0.85
function_run
Function · 0.85
Calls
1
var_swap
Function · 0.85
Tested by
no test coverage detected