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

Function stack_at

src/engine/function.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290LIST * stack_at( STACK * s, int32_t n )
291{
292 check_alignment( s );
293 return *( (LIST * *)s->data + n );
294}
295
296void stack_set( STACK * s, int32_t n, LIST * value )
297{

Callers 5

function_call_ruleFunction · 0.85
apply_subscriptFunction · 0.85
function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected