| 624 | return LPOOL.Del(L); |
| 625 | } |
| 626 | static int Kill(lua_State* L)LNOEXCEPT |
| 627 | { |
| 628 | return LPOOL.Kill(L); |
| 629 | } |
| 630 | static int IsValid(lua_State* L)LNOEXCEPT |
| 631 | { |
| 632 | return LPOOL.IsValid(L); |
nothing calls this directly
no outgoing calls
no test coverage detected