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

Function TieAsNext

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

Source from the content-addressed store, hash-verified

504}
505
506void TieAsNext(LogicExp* curr, LogicExp* item) {
507 curr->next = item;
508 item->prev = curr;
509 item->parent = curr->parent;
510}
511
512void Untie(LogicExp* curr, int* thenaddr) {
513 LogicExp* previous = curr->prev;

Callers 1

MakeBooleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected