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

Method check_repl_running

src/Chain/libraries/glua/glua_state_scope.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 return thinkyoung::lua::lib::start_repl_async(_L);
208 }
209 bool GluaStateScope::check_repl_running()
210 {
211 return thinkyoung::lua::lib::check_repl_running(_L);
212 }
213 int *GluaStateScope::get_repl_state()
214 {
215 return thinkyoung::lua::lib::get_repl_state(_L);

Callers

nothing calls this directly

Calls 1

check_repl_runningFunction · 0.85

Tested by

no test coverage detected