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

Function DeleteAstStatement

src/Chain/libraries/glua/glua_statement.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void DeleteAstStatement(AstStatement* stmt) {
96 ClearAstStatement(stmt, NULL);
97 delete stmt;
98 }
99
100 void PrintSimpleStatement(AstStatement* stmt, std::stringstream &buff, int indent) {
101 AstStatement* parent = stmt->parent;

Callers 2

DeleteFunctionFunction · 0.85
ProcessCodeFunction · 0.85

Calls 1

ClearAstStatementFunction · 0.85

Tested by

no test coverage detected