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

Function fxNewColorTable

xs/tools/xslOpt.c:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143txColorTable* fxNewColorTable(txLinker* linker, txSlot* instance)
144{
145 txColorTable* result = fxNewLinkerChunkClear(linker, sizeof(txColorTable));
146 result->instance = instance;
147 result->size = 1;
148 return result;
149}
150
151txConflictEntry* fxNewConflictEntry(txLinker* linker, txColorTable* colorTable)
152{

Callers 1

fxOptimizeFunction · 0.85

Calls 1

fxNewLinkerChunkClearFunction · 0.85

Tested by

no test coverage detected