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

Function fxBigIntNodeCode

xs/sources/xsCode.c:2469–2473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2467}
2468
2469void fxBigIntNodeCode(void* it, void* param)
2470{
2471 txBigIntNode* self = it;
2472 fxCoderAddBigInt(param, 1, XS_CODE_BIGINT_1, &self->value);
2473}
2474
2475void fxBinaryExpressionNodeCode(void* it, void* param)
2476{

Callers

nothing calls this directly

Calls 1

fxCoderAddBigIntFunction · 0.85

Tested by

no test coverage detected