MCPcopy Create free account
hub / github.com/IoLanguage/io / Stack_pushMark

Function Stack_pushMark

libs/basekit/source/Stack_inline.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68IOINLINE void Stack_pushMark(Stack *self) {
69 Stack_push_(self, (void *)self->lastMark);
70 self->lastMark = self->top - self->items;
71}
72
73IOINLINE intptr_t Stack_pushMarkPoint(Stack *self) {
74 Stack_push_(self, (void *)self->lastMark);

Callers 1

Stack_clearTopFunction · 0.85

Calls 1

Stack_push_Function · 0.85

Tested by

no test coverage detected