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

Function lpb_pushdeftable

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

Source from the content-addressed store, hash-verified

156}
157
158static void lpb_pushdeftable(lua_State *L, lpb_State *LS)
159{ LS->defs_index = lpb_reftable(L, LS->defs_index); }
160
161static void lpb_pushenchooktable(lua_State *L, lpb_State *LS)
162{ LS->enc_hooks_index = lpb_reftable(L, LS->enc_hooks_index); }

Callers 2

lpb_pushdefmetaFunction · 0.85
lpb_cleardefmetaFunction · 0.85

Calls 1

lpb_reftableFunction · 0.85

Tested by

no test coverage detected