MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / DecTable_

Method DecTable_

src/Chain/libraries/include/glua/glua_decompile.h:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 int keyedSize;
174 int pc;
175 inline DecTable_()
176 {
177 reg = 0;
178 arraySize = 0;
179 InitList(&array);
180 InitList(&keyed);
181 keyedSize = 0;
182 pc = 0;
183 }
184 };
185 typedef struct DecTable_ DecTable;
186

Callers

nothing calls this directly

Calls 1

InitListFunction · 0.85

Tested by

no test coverage detected