Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ loadSize
Function
loadSize
extlibs/lua/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, ~(size_t)0);
85
}
86
87
88
static int loadInt (LoadState *S) {
Callers
1
loadStringN
Function · 0.85
Calls
1
loadUnsigned
Function · 0.85
Tested by
no test coverage detected