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

Function fxIsCodeUsed

xs/tools/xslBase.c:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255txBoolean fxIsCodeUsed(txU1 code)
256{
257 return (gxCodeUsages[code] > 0) ? 1 : 0;
258}
259
260void fxMapCode(txLinker* linker, txLinkerScript* script, txID* theIDs)
261{

Callers 3

fxCheckModCodeFunction · 0.85
fxStripCallbacksFunction · 0.85
fxStripDefaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected