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

Function fxReadSlotTable

xs/sources/xsSnapshot.c:1786–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1784}
1785
1786void fxReadSlotTable(txMachine* the, txSnapshot* snapshot, txSlot** address, txSize length)
1787{
1788 while (length > 0) {
1789 *address = fxUnprojectSlot(the, snapshot, *address);
1790 address++;
1791 length--;
1792 }
1793}
1794
1795void fxUnlinkChunks(txMachine* the)
1796{

Callers 3

fxReadSnapshotFunction · 0.85
fxReadSlotFunction · 0.85
fxUseSnapshotFunction · 0.85

Calls 1

fxUnprojectSlotFunction · 0.85

Tested by

no test coverage detected