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

Function fxCoderAddBigInt

xs/sources/xsCode.c:1079–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077}
1078
1079void fxCoderAddBigInt(txCoder* self, txInteger delta, txInteger id, txBigInt* bigint)
1080{
1081 txBigIntCode* code = fxNewParserChunkClear(self->parser, sizeof(txBigIntCode));
1082 fxCoderAdd(self, delta, code);
1083 code->id = id;
1084 code->bigint = *bigint;
1085}
1086
1087void fxCoderAddBranch(txCoder* self, txInteger delta, txInteger id, txTargetCode* target)
1088{

Callers 1

fxBigIntNodeCodeFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected