Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ DumpInt
Function
DumpInt
src/Chain/libraries/glua/ldump.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
58
static void DumpInt(int x, DumpState *D) {
59
DumpVar(x, D);
60
}
61
62
63
static void DumpNumber(lua_Number x, DumpState *D) {
Callers
6
DumpCode
Function · 0.85
DumpConstants
Function · 0.85
DumpProtos
Function · 0.85
DumpUpvalues
Function · 0.85
DumpDebug
Function · 0.85
DumpFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected