Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ stack_top
Function
stack_top
src/engine/function.cpp:284–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
LIST * stack_top( STACK * s )
285
{
286
check_alignment( s );
287
return *(LIST * *)s->data;
288
}
289
290
LIST * stack_at( STACK * s, int32_t n )
291
{
Callers
4
apply_modifiers
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