Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_at
Function
stack_at
v2/engine/function.c:269–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
LIST * stack_at( STACK * s, int n )
270
{
271
check_alignment( s );
272
return *( (LIST * *)s->data + n );
273
}
274
275
void stack_set( STACK * s, int n, LIST * value )
276
{
Callers
5
function_call_rule
Function · 0.85
function_call_member_rule
Function · 0.85
apply_subscript
Function · 0.85
apply_subscript_and_modifiers
Function · 0.85
function_run
Function · 0.85
Calls
1
check_alignment
Function · 0.85
Tested by
no test coverage detected