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

Function DeclareLocalsAddStatement

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

Source from the content-addressed store, hash-verified

890}
891
892void DeclareLocalsAddStatement(GluaDecompileContextP ctx, Function* F, std::stringstream &statement) {
893 if (F->pc > 0) {
894 FlushBoolean(ctx, F);
895 if (ctx->error.length()>0) return;
896 }
897 RawAddStatement(F, statement);
898}
899
900void AddStatement(GluaDecompileContextP ctx, Function* F, std::stringstream &statement) {
901 FlushBoolean(ctx, F);

Callers 1

DeclareLocalsFunction · 0.85

Calls 3

FlushBooleanFunction · 0.85
RawAddStatementFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected