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

Function DeleteLogicExpTree

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

Source from the content-addressed store, hash-verified

452}
453
454void DeleteLogicExpTree(LogicExp* exp) {
455 if (exp) {
456 LogicExp* root = FindLogicExpTreeRoot(exp);
457 DeleteLogicExpSubTree(root);
458 }
459}
460
461void PrintLogicItem(std::stringstream &str, LogicExp* exp, int inv, int rev) {
462 if (exp->subexp) {

Callers 3

MakeBooleanFunction · 0.85
OutputBooleanFunction · 0.85
ProcessCodeFunction · 0.85

Calls 2

FindLogicExpTreeRootFunction · 0.85
DeleteLogicExpSubTreeFunction · 0.85

Tested by

no test coverage detected