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

Function fxLinkConflictEntry

xs/tools/xslOpt.c:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void fxLinkConflictEntry(txConflictTable* conflictTable, txConflictEntry* conflictEntry)
127{
128 if (conflictTable->last)
129 conflictTable->last->next = conflictEntry;
130 else
131 conflictTable->first = conflictEntry;
132 conflictTable->last = conflictEntry;
133 conflictTable->count++;
134}
135
136txColorEntry* fxNewColorEntry(txLinker* linker, txSlot* property)
137{

Callers 1

fxOptimizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected