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

Function AddToStatement

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

Source from the content-addressed store, hash-verified

275 }
276
277 void AddToStatement(AstStatement* stmt, AstStatement* sub) {
278 if (stmt && sub) {
279 sub->parent = stmt;
280 AddToList(stmt->sub, (ListItem*)sub);
281 }
282 }
283
284 }
285}

Callers 3

MakeIfStatementFunction · 0.85
RawAddAstStatementFunction · 0.85
ProcessCodeFunction · 0.85

Calls 1

AddToListFunction · 0.85

Tested by

no test coverage detected