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

Function fxToBigInt64

xs/sources/xsBigInt.c:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689txS8 fxToBigInt64(txMachine* the, txSlot* slot)
690{
691 return (txS8)fxToBigUint64(the, slot);
692}
693
694txU8 fxToBigUint64(txMachine* the, txSlot* slot)
695{

Callers 6

xs_storage_domain_writeFunction · 0.85
xsffi.cFile · 0.85
fxBigInt64SetterFunction · 0.85

Calls 1

fxToBigUint64Function · 0.85

Tested by

no test coverage detected