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

Function TieAsSubExp

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

Source from the content-addressed store, hash-verified

520
521
522void TieAsSubExp(LogicExp* parent, LogicExp* item) {
523 parent->subexp = item;
524 while (item) {
525 item->parent = parent;
526 item = item->next;
527 }
528}
529
530LogicExp* MakeBoolean(GluaDecompileContextP ctx, Function* F, int* thenaddr, int* endif) {
531 int i;

Callers 1

MakeBooleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected