Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ dumpSize
Function
dumpSize
third-party/lua-5.5.0/src/ldump.c:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
static void dumpSize (DumpState *D, size_t sz) {
106
dumpVarint(D, cast(lua_Unsigned, sz));
107
}
108
109
110
static void dumpInt (DumpState *D, int x) {
Callers
1
dumpString
Function · 0.70
Calls
1
dumpVarint
Function · 0.85
Tested by
no test coverage detected