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

Function fxUnstripCallbacks

xs/tools/xslStrip.c:1000–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000void fxUnstripCallbacks(txLinker* linker)
1001{
1002 txLinkerCallback* linkerCallback = linker->firstCallback;
1003 while (linkerCallback) {
1004 linkerCallback->flag = 1;
1005 linkerCallback = linkerCallback->nextCallback;
1006 }
1007}
1008
1009void fxUnuseSymbol(txLinker* linker, txID id)
1010{

Callers 2

fxStripCallbacksFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected