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

Function RawAddStatement

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

Source from the content-addressed store, hash-verified

824}
825
826void RawAddStatement(Function* F, std::stringstream &ss) {
827 AstStatement* stmt = MakeSimpleStatement(ss.str());
828 stmt->line = F->pc;
829 RawAddAstStatement(F, stmt);
830}
831
832void FlushWhile1(Function* F) {
833 LoopItem* walk = F->loop_ptr;

Callers 4

AddStatementFunction · 0.85
DeclareLocalFunction · 0.85
ProcessCodeFunction · 0.85

Calls 3

MakeSimpleStatementFunction · 0.85
RawAddAstStatementFunction · 0.85
strMethod · 0.45

Tested by

no test coverage detected