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

Method start_repl

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

Source from the content-addressed store, hash-verified

195 }
196
197 bool GluaStateScope::start_repl()
198 {
199 return thinkyoung::lua::lib::start_repl(_L);
200 }
201 bool GluaStateScope::stop_repl()
202 {
203 return thinkyoung::lua::lib::stop_repl(_L);

Callers

nothing calls this directly

Calls 1

start_replFunction · 0.85

Tested by

no test coverage detected