Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ DumpInt
Function
DumpInt
other_src/lua/src/ldump.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
static void DumpInt(int x, DumpState* D)
46
{
47
DumpVar(x,D);
48
}
49
50
static void DumpNumber(lua_Number x, DumpState* D)
51
{
Callers
4
DumpVector
Function · 0.70
DumpConstants
Function · 0.70
DumpDebug
Function · 0.70
DumpFunction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected