Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ dumpInt
Function
dumpInt
third-party/lua-5.5.0/src/ldump.c:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
static void dumpInt (DumpState *D, int x) {
111
lua_assert(x >= 0);
112
dumpVarint(D, cast_uint(x));
113
}
114
115
116
static void dumpNumber (DumpState *D, lua_Number x) {
Callers
6
dumpCode
Function · 0.70
dumpConstants
Function · 0.70
dumpProtos
Function · 0.70
dumpUpvalues
Function · 0.70
dumpDebug
Function · 0.70
dumpFunction
Function · 0.70
Calls
1
dumpVarint
Function · 0.85
Tested by
no test coverage detected