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

Function stack_get

src/engine/function.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void * stack_get( STACK * s )
303{
304 check_alignment( s );
305 return s->data;
306}
307
308LIST * frame_get_local( FRAME * frame, int32_t idx )
309{

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