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

Function lpbD_field

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

Source from the content-addressed store, hash-verified

1811}
1812
1813static void lpbD_field(lpb_Env *e, const pb_Field *f, uint32_t tag) {
1814 lpbD_checktype(e, f, tag);
1815 lpbD_rawfield(e, f);
1816}
1817
1818static void lpbD_map(lpb_Env *e, const pb_Field *f) {
1819 lua_State *L = e->L;

Callers 4

lpbD_mapFunction · 0.85
lpbD_repeatedFunction · 0.85
lpbD_messageFunction · 0.85
lpb_unpackfieldFunction · 0.85

Calls 2

lpbD_checktypeFunction · 0.85
lpbD_rawfieldFunction · 0.85

Tested by

no test coverage detected