Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/UnLua
/ TotalSize
Method
TotalSize
Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int32 TotalSize()
84
{
85
if (FILE.IsValid())
86
{
87
return FILE->TotalSize();
88
}
89
return 0;
90
}
91
92
bool IsValid()
93
{
Callers
2
Seek
Method · 0.80
ReadSize
Method · 0.80
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected