Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ dumpInt
Function
dumpInt
third-party/lua-5.4.6/src/ldump.c:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
77
static void dumpInt (DumpState *D, int x) {
78
dumpSize(D, x);
79
}
80
81
82
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
dumpSize
Function · 0.70
Tested by
no test coverage detected