| 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); |
nothing calls this directly
no test coverage detected