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

Function MakeSimpleStatement

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

Source from the content-addressed store, hash-verified

58 }
59
60 AstStatement* MakeSimpleStatement(std::string code) {
61 AstStatement* stmt = MakeStatement(SIMPLE_STMT, code);
62 return stmt;
63 }
64
65 AstStatement* MakeBlockStatement(StatementType type, std::string code) {
66 AstStatement* stmt = MakeStatement(type, code);

Callers 2

RawAddStatementFunction · 0.85
ProcessCodeFunction · 0.85

Calls 1

MakeStatementFunction · 0.85

Tested by

no test coverage detected