Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ dumpInt
Function
dumpInt
lib/lua/src/ldump.c:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
77
static void dumpInt (DumpState *D, int x) {
78
dumpSize(D, x);
79
}
80
81
82
static void dumpNumber (DumpState *D, lua_Number x) {
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
1
dumpSize
Function · 0.85
Tested by
no test coverage detected