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

Function fxBigInt_inc

xs/sources/xsBigInt.c:1379–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377}
1378
1379txBigInt *fxBigInt_inc(txMachine* the, txBigInt *r, txBigInt *a)
1380{
1381 return fxBigInt_add(the, r, a, (txBigInt *)&gxBigIntOne);
1382}
1383
1384txBigInt *fxBigInt_neg(txMachine* the, txBigInt *r, txBigInt *a)
1385{

Callers

nothing calls this directly

Calls 1

fxBigInt_addFunction · 0.85

Tested by

no test coverage detected