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

Function stack_get

v2/engine/function.c:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void * stack_get( STACK * s )
282{
283 check_alignment( s );
284 return s->data;
285}
286
287LIST * frame_get_local( FRAME * frame, int idx )
288{

Callers 4

expand_modifiersFunction · 0.85
apply_modifiersFunction · 0.85
function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected