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

Method get_repl_state

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

Source from the content-addressed store, hash-verified

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);
216 }
217
218 void GluaStateScope::add_system_extra_libs()
219 {

Callers

nothing calls this directly

Calls 1

get_repl_stateFunction · 0.85

Tested by

no test coverage detected