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

Function fxNewLinkerStrip

xs/tools/xslBase.c:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516txLinkerStrip* fxNewLinkerStrip(txLinker* linker, txString name)
517{
518 txLinkerStrip* result = fxNewLinkerChunkClear(linker, sizeof(txLinkerStrip));
519 result->name = fxNewLinkerString(linker, name, mxStringLength(name));
520 return result;
521}
522
523txLinkerSymbol* fxNewLinkerSymbol(txLinker* linker, txString theString, txFlag flag, txBoolean table)
524{

Callers 1

mainFunction · 0.85

Calls 2

fxNewLinkerChunkClearFunction · 0.85
fxNewLinkerStringFunction · 0.85

Tested by

no test coverage detected