Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxReferenceLinkerSymbol
Function
fxReferenceLinkerSymbol
xs/tools/xslBase.c:672–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
670
}
671
672
void fxReferenceLinkerSymbol(txLinker* linker, txID id)
673
{
674
txLinkerSymbol* linkerSymbol = linker->symbolArray[id];
675
linkerSymbol->flag |= 1;
676
}
677
678
void fxRemapCode(txLinker* linker, txLinkerScript* script)
679
{
Callers
1
fxMapCode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected