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