MCPcopy Create free account
hub / github.com/Tencent/UnLua / lpb_pushdechooktable

Function lpb_pushdechooktable

Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:164–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Lpb_hookFunction · 0.85
lpb_usedechooksFunction · 0.85

Calls 1

lpb_reftableFunction · 0.85

Tested by

no test coverage detected