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

Function fxNumberNodeCode

xs/sources/xsCode.c:3871–3875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3869}
3870
3871void fxNumberNodeCode(void* it, void* param)
3872{
3873 txNumberNode* self = it;
3874 fxCoderAddNumber(param, 1, XS_CODE_NUMBER, self->value);
3875}
3876
3877void fxObjectNodeCode(void* it, void* param)
3878{

Callers

nothing calls this directly

Calls 1

fxCoderAddNumberFunction · 0.85

Tested by

no test coverage detected