| 739 | return 1; |
| 740 | } |
| 741 | static int ResetPool(lua_State* L)LNOEXCEPT |
| 742 | { |
| 743 | LPOOL.ResetPool(); |
| 744 | return 0; |
| 745 | } |
| 746 | static int DefaultRenderFunc(lua_State* L)LNOEXCEPT |
| 747 | { |
| 748 | if (!lua_istable(L, 1)) |
nothing calls this directly
no outgoing calls
no test coverage detected