Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_get
Function
stack_get
v2/engine/function.c:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
void * stack_get( STACK * s )
282
{
283
check_alignment( s );
284
return s->data;
285
}
286
287
LIST * frame_get_local( FRAME * frame, int idx )
288
{
Callers
4
expand_modifiers
Function · 0.85
apply_modifiers
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