Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
txSize fxBigIntMeasure(txBigInt* bigint)
433
{
434
return bigint->size * sizeof(txU4);
435
}
436
437
txSize fxBigIntMaximum(txSize length)
438
{
Callers
1
fxParserCode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected