Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ dumpInteger
Function
dumpInteger
extlibs/lua/src/ldump.c:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
static void dumpInteger (DumpState *D, lua_Integer x) {
84
dumpVar(D, x);
85
}
86
87
88
static void dumpString (DumpState *D, const TString *s) {
Callers
2
dumpConstants
Function · 0.85
dumpHeader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected