MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxWriteStack

Function fxWriteStack

xs/sources/xsSnapshot.c:2300–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298}
2299
2300void fxWriteStack(txMachine* the, txSnapshot* snapshot)
2301{
2302 txSlot* slot = the->stack;
2303 while (slot < the->stackTop) {
2304 fxWriteSlot(the, snapshot, slot, 0);
2305 slot++;
2306 }
2307}
2308
2309int fxWriteSnapshot(txMachine* the, txSnapshot* snapshot)
2310{

Callers 1

fxWriteSnapshotFunction · 0.85

Calls 1

fxWriteSlotFunction · 0.85

Tested by

no test coverage detected