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