| 162 | { LS->enc_hooks_index = lpb_reftable(L, LS->enc_hooks_index); } |
| 163 | |
| 164 | static void lpb_pushdechooktable(lua_State *L, lpb_State *LS) |
| 165 | { LS->dec_hooks_index = lpb_reftable(L, LS->dec_hooks_index); } |
| 166 | |
| 167 | static int Lpb_delete(lua_State *L) { |
| 168 | lpb_State *LS = (lpb_State*)luaL_testudata(L, 1, PB_STATE); |
no test coverage detected