Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ DumpInt
Function
DumpInt
third-party/lua-5.3.5/src/ldump.c:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
static void DumpInt (int x, DumpState *D) {
59
DumpVar(x, D);
60
}
61
62
63
static void DumpNumber (lua_Number x, DumpState *D) {
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
no outgoing calls
Tested by
no test coverage detected