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

Function fxArrayBindingNodeCode

xs/sources/xsCode.c:2248–2254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2246}
2247
2248void fxArrayBindingNodeCode(void* it, void* param)
2249{
2250 txArrayBindingNode* self = it;
2251 txCoder* coder = param;
2252 fxCoderAddByte(coder, 1, XS_CODE_UNDEFINED);
2253 fxArrayBindingNodeCodeAssign(self, param, 0);
2254}
2255
2256void fxArrayBindingNodeCodeAssign(void* it, void* param, txFlag flag)
2257{

Callers

nothing calls this directly

Calls 2

fxCoderAddByteFunction · 0.85

Tested by

no test coverage detected