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

Function copysettings

v2/engine/rules.c:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 */
401
402SETTINGS * copysettings( SETTINGS * head )
403{
404 SETTINGS * copy = 0;
405 SETTINGS * v;
406 for ( v = head; v; v = v->next )
407 copy = addsettings( copy, VAR_SET, v->symbol, list_copy( v->value ) );
408 return copy;
409}
410
411
412/*

Callers 2

make1cFunction · 0.85
make0Function · 0.85

Calls 2

addsettingsFunction · 0.85
list_copyFunction · 0.85

Tested by

no test coverage detected