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

Function fxNewConflictTable

xs/tools/xslOpt.c:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158txConflictTable* fxNewConflictTable(txLinker* linker, txID id)
159{
160 txConflictTable* result = fxNewLinkerChunkClear(linker, sizeof(txConflictTable));
161 result->id = id;
162 return result;
163}
164
165void fxOptimize(txMachine* the)
166{

Callers 1

fxOptimizeFunction · 0.85

Calls 1

fxNewLinkerChunkClearFunction · 0.85

Tested by

no test coverage detected