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

Function fxUnstripCallback

xs/tools/xslStrip.c:993–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void fxUnstripCallback(txLinker* linker, txCallback which)
994{
995 txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which);
996 if (linkerCallback)
997 linkerCallback->flag = 1;
998}
999
1000void fxUnstripCallbacks(txLinker* linker)
1001{

Callers 1

fxStripCallbacksFunction · 0.85

Calls 1

Tested by

no test coverage detected