Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ dumpNumber
Function
dumpNumber
3rd/lua-5.4.3/src/ldump.c:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
78
static void dumpNumber (DumpState *D, lua_Number x) {
79
dumpVar(D, x);
80
}
81
82
83
static void dumpInteger (DumpState *D, lua_Integer x) {
Callers
2
dumpConstants
Function · 0.85
dumpHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected