MCPcopy Create free account
hub / github.com/digego/extempore / dump_stack_reset

Function dump_stack_reset

src/Scheme.cpp:3563–3567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3561 return sc->T;
3562}
3563
3564static inline void dump_stack_reset(scheme *sc)
3565{
3566 /* in this implementation, sc->dump is the number of frames on the stack */
3567 sc->dump = (pointer)0;
3568}
3569
3570static inline void dump_stack_initialize(scheme *sc)

Callers 6

dump_stack_initializeFunction · 0.85
opexe_0Function · 0.85
scheme_load_fileFunction · 0.85
scheme_load_stringFunction · 0.85
scheme_apply0Function · 0.85
scheme_callFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected