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

Function fxBigInt_dup

xs/sources/xsBigInt.c:984–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984txBigInt *fxBigInt_dup(txMachine* the, txBigInt *a)
985{
986 txBigInt *r = fxBigInt_alloc(the, a->size);
987 fxBigInt_copy(r, a);
988 return(r);
989}
990
991int
992fxBigInt_ffs(txBigInt *a)

Callers 6

fx_BigInt_asIntNFunction · 0.85
fx_BigInt_asUintNFunction · 0.85
fxBigintToStringFunction · 0.85
fxToBigIntFunction · 0.85
fxBigInt_udivFunction · 0.85

Calls 2

fxBigInt_allocFunction · 0.85
fxBigInt_copyFunction · 0.85

Tested by

no test coverage detected