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

Function fxLinkColorEntry

xs/tools/xslOpt.c:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void fxLinkColorEntry(txColorTable* colorTable, txColorEntry* colorEntry)
118{
119 if (colorTable->last)
120 colorTable->last->next = colorEntry;
121 else
122 colorTable->first = colorEntry;
123 colorTable->last = colorEntry;
124}
125
126void fxLinkConflictEntry(txConflictTable* conflictTable, txConflictEntry* conflictEntry)
127{

Callers 1

fxOptimizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected