Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
984
txBigInt *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
991
int
992
fxBigInt_ffs(txBigInt *a)
Callers
6
fxBigInt_mod_mulinv_euclid
Function · 0.85
fx_BigInt_asIntN
Function · 0.85
fx_BigInt_asUintN
Function · 0.85
fxBigintToString
Function · 0.85
fxToBigInt
Function · 0.85
fxBigInt_udiv
Function · 0.85
Calls
2
fxBigInt_alloc
Function · 0.85
fxBigInt_copy
Function · 0.85
Tested by
no test coverage detected