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

Function fxExpressionsNodeCodeDelete

xs/sources/xsCode.c:3095–3106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3093}
3094
3095void fxExpressionsNodeCodeDelete(void* it, void* param)
3096 {
3097 txExpressionsNode* self = it;
3098 if (self->items) {
3099 txNode* item = self->items->first;
3100 if (item->next == C_NULL) {
3101 fxNodeDispatchCodeDelete(item, param);
3102 return;
3103 }
3104 }
3105 fxNodeCodeDelete(it, param);
3106 }
3107
3108void fxFieldNodeCode(void* it, void* param)
3109{

Callers

nothing calls this directly

Calls 2

fxNodeDispatchCodeDeleteFunction · 0.85
fxNodeCodeDeleteFunction · 0.85

Tested by

no test coverage detected