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

Function fxIsLinkerSymbolUsed

xs/tools/xslStrip.c:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210txFlag fxIsLinkerSymbolUsed(txLinker* linker, txID id)
211{
212 txLinkerSymbol* linkerSymbol = linker->symbolArray[id];
213 return linkerSymbol->flag;
214}
215
216void fxStripCallback(txLinker* linker, txCallback which)
217{

Callers 2

fxStripCallbacksFunction · 0.85
fxStripDefaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected