Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ DumpInt
Function
DumpInt
Source/Misc/lua/src/lua.c:5709–5712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5707
}
5708
5709
static void DumpInt(int x, DumpState* D)
5710
{
5711
DumpVar(x,D);
5712
}
5713
5714
static void DumpNumber(lua_Number x, DumpState* D)
5715
{
Callers
4
DumpVector
Function · 0.85
DumpConstants
Function · 0.85
DumpDebug
Function · 0.85
DumpFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected