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

Function fxMapScript

xs/tools/xslBase.c:347–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void fxMapScript(txLinker* linker, txLinkerScript* script)
348{
349 txID* symbols = fxMapSymbols(linker, script->symbolsBuffer, 0);
350 fxMapCode(linker, script, symbols);
351 fxMapHosts(linker, script, symbols);
352}
353
354txID* fxMapSymbols(txLinker* linker, txS1* symbolsBuffer, txFlag flag)
355{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 3

fxMapSymbolsFunction · 0.85
fxMapCodeFunction · 0.85
fxMapHostsFunction · 0.85

Tested by

no test coverage detected