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

Function fxQueueKey

xs/sources/xsProperty.c:206–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206txSlot* fxQueueKey(txMachine* the, txID id, txIndex index, txSlot* keys)
207{
208 keys = keys->next = fxNewSlot(the);
209 keys->kind = XS_AT_KIND;
210 keys->value.at.id = id;
211 keys->value.at.index = index;
212 return keys;
213}
214
215txSlot* fxQueueIDKeys(txMachine* the, txSlot* first, txFlag flag, txSlot* keys)
216{

Callers 6

fxModuleOwnKeysFunction · 0.85
fxQueueIDKeysFunction · 0.85
fxQueueIndexKeysFunction · 0.85
fxArrayOwnKeysFunction · 0.85
fxStringOwnKeysFunction · 0.85
fxTypedArrayOwnKeysFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected