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

Function Untie

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

Source from the content-addressed store, hash-verified

510}
511
512void Untie(LogicExp* curr, int* thenaddr) {
513 LogicExp* previous = curr->prev;
514 if (previous) {
515 previous->next = nullptr;
516 }
517 curr->prev = nullptr;
518 curr->parent = nullptr;
519}
520
521
522void TieAsSubExp(LogicExp* parent, LogicExp* item) {

Callers 1

MakeBooleanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected