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