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

Function fxStripCallback

xs/tools/xslStrip.c:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void fxStripCallback(txLinker* linker, txCallback which)
217{
218 txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which);
219 if (linkerCallback)
220 linkerCallback->flag = 0;
221}
222
223void fxStripCallbacks(txLinker* linker, txMachine* the)
224{

Callers 2

fxStripCallbacksFunction · 0.85
fxStripInstanceFunction · 0.85

Calls 1

Tested by

no test coverage detected