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

Function fxNewLinkerInclude

xs/tools/xslBase.c:416–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416txLinkerInclude* fxNewLinkerInclude(txLinker* linker, txString path)
417{
418 txLinkerInclude* result = fxNewLinkerChunkClear(linker, sizeof(txLinkerInclude));
419 result->path = fxNewLinkerString(linker, path, mxStringLength(path));
420 return result;
421}
422
423txLinkerPreload* fxNewLinkerPreload(txLinker* linker, txString name)
424{

Callers 1

mainFunction · 0.85

Calls 2

fxNewLinkerChunkClearFunction · 0.85
fxNewLinkerStringFunction · 0.85

Tested by

no test coverage detected