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

Function StartTable

src/Chain/libraries/glua/glua_decompile.cpp:1106–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106void StartTable(Function* F, int r, int b, int c, int pc) {
1107 auto tbl = NewTable(r, b, c, pc);
1108 AddToListHead(&(F->tables), (ListItem*)tbl);
1109 PENDING(r) = 1;
1110 IS_TABLE(r) = 1;
1111}
1112
1113void AddToTable(Function* F, DecTable* tbl, std::string value, std::string key) {
1114 DecTableItem* item;

Callers 1

ProcessCodeFunction · 0.85

Calls 2

NewTableFunction · 0.85
AddToListHeadFunction · 0.85

Tested by

no test coverage detected