| 628 | return LPOOL.Kill(L); |
| 629 | } |
| 630 | static int IsValid(lua_State* L)LNOEXCEPT |
| 631 | { |
| 632 | return LPOOL.IsValid(L); |
| 633 | } |
| 634 | static int Angle(lua_State* L)LNOEXCEPT |
| 635 | { |
| 636 | if (lua_gettop(L) == 2) |
nothing calls this directly
no outgoing calls
no test coverage detected