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

Function fxBigIntMeasure

xs/sources/xsBigInt.c:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430#endif
431
432txSize fxBigIntMeasure(txBigInt* bigint)
433{
434 return bigint->size * sizeof(txU4);
435}
436
437txSize fxBigIntMaximum(txSize length)
438{

Callers 1

fxParserCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected