Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ dumpInt
Function
dumpInt
3rd/lua-5.4.3/src/ldump.c:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
73
static void dumpInt (DumpState *D, int x) {
74
dumpSize(D, x);
75
}
76
77
78
static void dumpNumber (DumpState *D, lua_Number x) {
Callers
6
dumpCode
Function · 0.85
dumpConstants
Function · 0.85
dumpProtos
Function · 0.85
dumpUpvalues
Function · 0.85
dumpDebug
Function · 0.85
dumpFunction
Function · 0.85
Calls
1
dumpSize
Function · 0.85
Tested by
no test coverage detected