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

Function AddAstStatement

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

Source from the content-addressed store, hash-verified

905}
906
907void AddAstStatement(GluaDecompileContextP ctx, Function* F, AstStatement* stmt) {
908 FlushBoolean(ctx, F);
909 if (ctx->error.length()>0) return;
910
911 RawAddAstStatement(F, stmt);
912}
913
914/*
915* -------------------------------------------------------------------------

Callers 1

ProcessCodeFunction · 0.85

Calls 3

FlushBooleanFunction · 0.85
RawAddAstStatementFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected