Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ loadSize
Function
loadSize
third-party/lua-5.4.6/src/lundump.c:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
static size_t loadSize (LoadState *S) {
84
return loadUnsigned(S, MAX_SIZET);
85
}
86
87
88
static int loadInt (LoadState *S) {
Callers
1
loadStringN
Function · 0.70
Calls
1
loadUnsigned
Function · 0.85
Tested by
no test coverage detected