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

Function check_repl_running

src/Chain/libraries/glua/thinkyoung_lua_lib.cpp:2482–2486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2480 }
2481
2482 bool check_repl_running(lua_State *L)
2483 {
2484 int * state = get_repl_state(L);
2485 return nullptr != state && *state > 0;
2486 }
2487
2488 std::string wrap_contract_name(const char *contract_name)
2489 {

Callers 2

check_repl_runningMethod · 0.85
mainFunction · 0.85

Calls 1

get_repl_stateFunction · 0.85

Tested by

no test coverage detected