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

Function fxSizeToCapacity

xs/sources/xsProperty.c:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236// INDEX
237
238static txSize fxSizeToCapacity(txMachine* the, txSize size)
239{
240 return fxAddChunkSizes(the, size, size / 3);
241}
242
243txBoolean fxDeleteIndexProperty(txMachine* the, txSlot* array, txIndex index)
244{

Callers 2

fxSetIndexPropertyFunction · 0.85
fxSetIndexSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected