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

Function fxNewLinkerString

xs/tools/xslBase.c:508–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508txString fxNewLinkerString(txLinker* linker, txString buffer, txSize size)
509{
510 txString result = fxNewLinkerChunk(linker, size + 1);
511 c_memcpy(result, buffer, size);
512 result[size] = 0;
513 return result;
514}
515
516txLinkerStrip* fxNewLinkerStrip(txLinker* linker, txString name)
517{

Callers 10

mainFunction · 0.85
fxNewLinkerIncludeFunction · 0.85
fxNewLinkerPreloadFunction · 0.85
fxNewLinkerResourceFunction · 0.85
fxNewLinkerScriptFunction · 0.85
fxNewLinkerStripFunction · 0.85
fxNewLinkerSymbolFunction · 0.85
fxRealDirectoryPathFunction · 0.85
fxRealFilePathFunction · 0.85
mainFunction · 0.85

Calls 1

fxNewLinkerChunkFunction · 0.85

Tested by

no test coverage detected