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

Function fxNodeDispatchCodeDelete

xs/sources/xsCode.c:1965–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1963}
1964
1965void fxNodeDispatchCodeDelete(void* it, void* param)
1966{
1967 txNode* self = it;
1968 txCoder* coder = param;
1969 fxCheckParserStack(coder->parser, self->line);
1970 if (self->line >= 0)
1971 fxCoderAddLine(coder, 0, XS_CODE_LINE, self);
1972 (*self->description->dispatch->codeDelete)(self, param);
1973}
1974
1975void fxNodeDispatchCodeReference(void* it, void* param, txFlag flag)
1976{

Callers 2

fxDeleteNodeCodeFunction · 0.85

Calls 2

fxCheckParserStackFunction · 0.85
fxCoderAddLineFunction · 0.85

Tested by

no test coverage detected