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

Function fxIsCallbackStripped

xs/tools/xslStrip.c:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202txFlag fxIsCallbackStripped(txLinker* linker, txCallback which)
203{
204 txLinkerCallback* linkerCallback = fxGetLinkerCallbackByAddress(linker, which);
205 if (linkerCallback)
206 return !linkerCallback->flag;
207 return 1;
208}
209
210txFlag fxIsLinkerSymbolUsed(txLinker* linker, txID id)
211{

Callers 2

fxStripCallbacksFunction · 0.85
fxStripDefaultsFunction · 0.85

Calls 1

Tested by

no test coverage detected