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

Function lua53_rawgetp

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

Source from the content-addressed store, hash-verified

110static int lua53_rawgeti(lua_State *L, int idx, lua_Integer i)
111{ return lua_rawgeti(L, idx, i), lua_type(L, -1); }
112static int lua53_rawgetp(lua_State *L, int idx, const void *p)
113{ return lua_rawgetp(L, idx, p), lua_type(L, -1); }
114#endif
115
116

Callers 4

lpb_lstateFunction · 0.85
lpb_pushdefmetaFunction · 0.85
lpb_useenchooksFunction · 0.85
lpb_usedechooksFunction · 0.85

Calls 2

lua_typeFunction · 0.85
lua_rawgetpFunction · 0.70

Tested by

no test coverage detected