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

Function fxNewColorEntry

xs/tools/xslOpt.c:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136txColorEntry* fxNewColorEntry(txLinker* linker, txSlot* property)
137{
138 txColorEntry* result = fxNewLinkerChunkClear(linker, sizeof(txColorEntry));
139 result->property = property;
140 return result;
141}
142
143txColorTable* fxNewColorTable(txLinker* linker, txSlot* instance)
144{

Callers 1

fxOptimizeFunction · 0.85

Calls 1

fxNewLinkerChunkClearFunction · 0.85

Tested by

no test coverage detected