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