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

Function var_parse_var_new_modifier

src/engine/function.cpp:1874–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1872}
1873
1874static VAR_PARSE_GROUP * var_parse_var_new_modifier( VAR_PARSE_VAR * var )
1875{
1876 VAR_PARSE_GROUP * result = var_parse_group_new();
1877 dynamic_array_push( var->modifiers, result );
1878 return result;
1879}
1880
1881static int32_t var_parse_var_mod_index( VAR_PARSE_VAR const * var , char m)
1882{

Callers 1

parse_variableFunction · 0.85

Calls 1

var_parse_group_newFunction · 0.85

Tested by

no test coverage detected