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

Method start_repl_async

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

Source from the content-addressed store, hash-verified

203 return thinkyoung::lua::lib::stop_repl(_L);
204 }
205 bool GluaStateScope::start_repl_async()
206 {
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);

Callers 1

GTESTFunction · 0.80

Calls 1

start_repl_asyncFunction · 0.85

Tested by

no test coverage detected