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

Function GetUdataMemSize

Plugins/UnLua/Source/UnLua/Private/LuaCore.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199static int32 GetUdataMemSize(Udata* U)
200{
201 return U->len;
202}
203
204static uint8 GetUdataHeaderSize()
205{

Callers 1

GetUserdataDescFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected