Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_set
Function
stack_set
v2/engine/function.c:275–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
void stack_set( STACK * s, int n, LIST * value )
276
{
277
check_alignment( s );
278
*((LIST * *)s->data + n) = value;
279
}
280
281
void * stack_get( STACK * s )
282
{
Callers
1
function_run
Function · 0.85
Calls
1
check_alignment
Function · 0.85
Tested by
no test coverage detected