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

Function AddStatement

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

Source from the content-addressed store, hash-verified

898}
899
900void AddStatement(GluaDecompileContextP ctx, Function* F, std::stringstream &statement) {
901 FlushBoolean(ctx, F);
902 if (ctx->error.length()>0) return;
903
904 RawAddStatement(F, statement);
905}
906
907void AddAstStatement(GluaDecompileContextP ctx, Function* F, AstStatement* stmt) {
908 FlushBoolean(ctx, F);

Callers 3

OutputAssignmentsFunction · 0.85
DeclarePendingLocalsFunction · 0.85
ProcessCodeFunction · 0.85

Calls 3

FlushBooleanFunction · 0.85
RawAddStatementFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected