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

Function fxStripName

xs/tools/xslStrip.c:979–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979void fxStripName(txLinker* linker, txString name)
980{
981 txLinkerCallback* linkerCallback = fxGetLinkerCallbackByName(linker, name);
982 if (linkerCallback)
983 linkerCallback->flag = 0;
984}
985
986void fxStripObject(txLinker* linker, txMachine* the, txSlot* slot)
987{

Callers 1

fxStripCallbacksFunction · 0.85

Calls 1

Tested by

no test coverage detected