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

Function parse_actions

src/engine/function.c:1966–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1964}
1965
1966static VAR_PARSE_ACTIONS * parse_actions( char const * string )
1967{
1968 VAR_PARSE_ACTIONS * const result = var_parse_actions_new();
1969 parse_var_string( string, string + strlen( string ), result->elems );
1970 return result;
1971}
1972
1973/*
1974 * 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