| 620 | return LPOOL.New(L); |
| 621 | } |
| 622 | static int Del(lua_State* L)LNOEXCEPT |
| 623 | { |
| 624 | return LPOOL.Del(L); |
| 625 | } |
| 626 | static int Kill(lua_State* L)LNOEXCEPT |
| 627 | { |
| 628 | return LPOOL.Kill(L); |
nothing calls this directly
no outgoing calls
no test coverage detected