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

Function var_parse_var_new_modifier

v2/engine/function.c:1644–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1642}
1643
1644static VAR_PARSE_GROUP * var_parse_var_new_modifier( VAR_PARSE_VAR * var )
1645{
1646 VAR_PARSE_GROUP * result = var_parse_group_new();
1647 dynamic_array_push( var->modifiers, result );
1648 return result;
1649}
1650
1651
1652/*

Callers 1

parse_variableFunction · 0.85

Calls 1

var_parse_group_newFunction · 0.85

Tested by

no test coverage detected