Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_get
Function
stack_get
src/engine/function.cpp:302–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void * stack_get( STACK * s )
303
{
304
check_alignment( s );
305
return s->data;
306
}
307
308
LIST * frame_get_local( FRAME * frame, int32_t idx )
309
{
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