Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ DumpInt
Function
DumpInt
third-party/lua-5.1.5/src/ldump.c:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static void DumpInt(int x, DumpState* D)
46
{
47
DumpVar(x,D);
48
}
49
50
static void DumpNumber(lua_Number x, DumpState* D)
51
{
Callers
4
DumpVector
Function · 0.70
DumpConstants
Function · 0.70
DumpDebug
Function · 0.70
DumpFunction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected