Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxToBigInt64
Function
fxToBigInt64
xs/sources/xsBigInt.c:689–692 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
}
688
689
txS8 fxToBigInt64(txMachine* the, txSlot* slot)
690
{
691
return (txS8)fxToBigUint64(the, slot);
692
}
693
694
txU8 fxToBigUint64(txMachine* the, txSlot* slot)
695
{
Callers
6
xs_directorystorage_write
Function · 0.85
xs_directorystorage_write
Function · 0.85
xs_directorystorage_write
Function · 0.85
xs_storage_domain_write
Function · 0.85
xsffi.c
File · 0.85
fxBigInt64Setter
Function · 0.85
Calls
1
fxToBigUint64
Function · 0.85
Tested by
no test coverage detected