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

Function fxNewConflictEntry

xs/tools/xslOpt.c:151–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151txConflictEntry* fxNewConflictEntry(txLinker* linker, txColorTable* colorTable)
152{
153 txConflictEntry* result = fxNewLinkerChunkClear(linker, sizeof(txConflictEntry));
154 result->colorTable = colorTable;
155 return result;
156}
157
158txConflictTable* fxNewConflictTable(txLinker* linker, txID id)
159{

Callers 1

fxOptimizeFunction · 0.85

Calls 1

fxNewLinkerChunkClearFunction · 0.85

Tested by

no test coverage detected