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

Function fxUnprojectSlot

xs/sources/xsSnapshot.c:1823–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821}
1822
1823txSlot* fxUnprojectSlot(txMachine* the, txSnapshot* snapshot, txSlot* slot)
1824{
1825 if (slot)
1826 slot = snapshot->firstSlot + ((size_t)slot);
1827 return slot;
1828}
1829
1830int fxUseSnapshot(txMachine* the, txSnapshot* snapshot)
1831{

Callers 2

fxReadSlotFunction · 0.85
fxReadSlotTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected