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

Function stack_set

src/engine/function.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void stack_set( STACK * s, int32_t n, LIST * value )
297{
298 check_alignment( s );
299 *((LIST * *)s->data + n) = value;
300}
301
302void * stack_get( STACK * s )
303{

Callers 1

function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected