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

Function parse_actions

v2/engine/function.c:1915–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1913}
1914
1915static VAR_PARSE_ACTIONS * parse_actions( char const * string )
1916{
1917 VAR_PARSE_ACTIONS * const result = var_parse_actions_new();
1918 parse_var_string( string, string + strlen( string ), result->elems );
1919 return result;
1920}
1921
1922/*
1923 * Checks whether the string a *s_ starts with a variable expansion "$(".

Callers 1

function_compile_actionsFunction · 0.85

Calls 2

var_parse_actions_newFunction · 0.85
parse_var_stringFunction · 0.85

Tested by

no test coverage detected