Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ DumpNumber
Function
DumpNumber
depends/lua/src/ldump.c:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
static void DumpNumber (lua_Number x, DumpState *D) {
64
DumpVar(x, D);
65
}
66
67
68
static void DumpInteger (lua_Integer x, DumpState *D) {
Callers
2
DumpConstants
Function · 0.85
DumpHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected