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

Function fxToArrayBuffer

xs/sources/xsDataView.c:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182void* fxToArrayBuffer(txMachine* the, txSlot* slot)
183{
184 txSlot* instance = fxCheckArrayBufferInstance(the, slot);
185 txSlot* arrayBuffer = instance->next;
186 return arrayBuffer->value.arrayBuffer.address;
187}
188
189void fxBuildDataView(txMachine* the)
190{

Callers 2

fxInsertDecompositionFunction · 0.85
fxNormalizeStringFunction · 0.85

Calls 1

Tested by

no test coverage detected