Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
380
void 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
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
cache_name
Function · 0.85
Calls
1
var_swap
Function · 0.85
Tested by
no test coverage detected