MCPcopy Create free account
hub / github.com/boostorg/build / stack_top

Function stack_top

v2/engine/function.c:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263LIST * stack_top( STACK * s )
264{
265 check_alignment( s );
266 return *(LIST * *)s->data;
267}
268
269LIST * stack_at( STACK * s, int n )
270{

Callers 4

apply_modifiersFunction · 0.85
apply_subscriptFunction · 0.85
function_runFunction · 0.85

Calls 1

check_alignmentFunction · 0.85

Tested by

no test coverage detected