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

Function fxObjectBindingNodeCode

xs/sources/xsCode.c:3951–3957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3949}
3950
3951void fxObjectBindingNodeCode(void* it, void* param)
3952{
3953 txObjectBindingNode* self = it;
3954 txCoder* coder = param;
3955 fxCoderAddByte(coder, 1, XS_CODE_UNDEFINED);
3956 fxObjectBindingNodeCodeAssign(self, param, 0);
3957}
3958
3959void fxObjectBindingNodeCodeAssign(void* it, void* param, txFlag flag)
3960{

Callers

nothing calls this directly

Calls 2

fxCoderAddByteFunction · 0.85

Tested by

no test coverage detected