Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
void stack_set( STACK * s, int32_t n, LIST * value )
297
{
298
check_alignment( s );
299
*((LIST * *)s->data + n) = value;
300
}
301
302
void * stack_get( STACK * s )
303
{
Callers
1
function_run
Function · 0.85
Calls
1
check_alignment
Function · 0.85
Tested by
no test coverage detected