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

Function fxCheckModGlobal

xs/tools/xslStrip.c:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void fxCheckModGlobal(txLinker* linker, txString name, txString key)
167{
168 if (fxIsLinkerSymbolStringUsed(linker, key)) {
169 fprintf(stderr, "### warning: strip %s: unavailable global: %s\n", name, key);
170 linker->warningCount++;
171 }
172}
173
174txFlag fxIsLinkerSymbolStringUsed(txLinker* linker, txString theString)
175{

Callers 1

fxCheckModFunction · 0.85

Calls 1

Tested by

no test coverage detected