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

Function parse_actions

src/engine/function.cpp:2164–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2162}
2163
2164static VAR_PARSE_ACTIONS * parse_actions( char const * string )
2165{
2166 VAR_PARSE_ACTIONS * const result = var_parse_actions_new();
2167 parse_var_string( string, string + strlen( string ), result->elems );
2168 return result;
2169}
2170
2171/*
2172 * 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