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

Function fxGetIndexSize

xs/sources/xsProperty.c:310–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310txIndex fxGetIndexSize(txMachine* the, txSlot* array)
311{
312 txSlot* address = array->value.array.address;
313 if (address)
314 return (((txChunk*)(((txByte*)address) - sizeof(txChunk)))->size) / sizeof(txSlot);
315 return 0;
316}
317
318txSlot* fxQueueIndexKeys(txMachine* the, txSlot* array, txFlag flag, txSlot* keys)
319{

Callers 7

fxCheckInstanceAliasesFunction · 0.85
fxPrepareHeapFunction · 0.85
fxPrintHeapFunction · 0.85
fxShareFunction · 0.85
fxMarshallSlotFunction · 0.85
fxMeasureSlotFunction · 0.85
fxEchoInstanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected