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

Function apply_modifiers_impl

src/engine/function.c:1055–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053}
1054
1055static LIST * apply_modifiers_impl( LIST * result, string * buf,
1056 VAR_EDITS * edits, int n, LISTITER iter, LISTITER end )
1057{
1058 return iter == end
1059 ? apply_modifiers_empty( result, buf, edits, n )
1060 : apply_modifiers_non_empty( result, buf, edits, n, iter, end );
1061}
1062
1063static LIST * apply_subscript_and_modifiers( STACK * s, int n )
1064{

Callers 2

apply_modifiersFunction · 0.85

Calls 2

apply_modifiers_emptyFunction · 0.85

Tested by

no test coverage detected