Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
255
txBoolean fxIsCodeUsed(txU1 code)
256
{
257
return (gxCodeUsages[code] > 0) ? 1 : 0;
258
}
259
260
void fxMapCode(txLinker* linker, txLinkerScript* script, txID* theIDs)
261
{
Callers
3
fxCheckModCode
Function · 0.85
fxStripCallbacks
Function · 0.85
fxStripDefaults
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected