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

Method stop_repl

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

Source from the content-addressed store, hash-verified

199 return thinkyoung::lua::lib::start_repl(_L);
200 }
201 bool GluaStateScope::stop_repl()
202 {
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);

Callers

nothing calls this directly

Calls 1

stop_replFunction · 0.85

Tested by

no test coverage detected