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

Function Lconv_decode_double

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

Source from the content-addressed store, hash-verified

641}
642
643static int Lconv_decode_double(lua_State *L) {
644 return lua_pushnumber(L, pb_decode_double(lpb_checkinteger(L, 1))), 1;
645}
646
647LUALIB_API int luaopen_pb_conv(lua_State *L) {
648 luaL_Reg libs[] = {

Callers

nothing calls this directly

Calls 3

lua_pushnumberFunction · 0.85
pb_decode_doubleFunction · 0.85
lpb_checkintegerFunction · 0.85

Tested by

no test coverage detected