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

Function fxProjectChunk

xs/sources/xsSnapshot.c:1294–1301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292}
1293
1294void* fxProjectChunk(txMachine* the, void* address)
1295{
1296 if (address) {
1297 txChunk* chunk = (txChunk*)(((txByte*)(address)) - sizeof(txChunk));
1298 return chunk->temporary;
1299 }
1300 return C_NULL;
1301}
1302
1303txSlot* fxProjectSlot(txMachine* the, txProjection* firstProjection, txSlot* slot)
1304{

Callers 1

fxWriteSlotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected