Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ loadInt
Function
loadInt
lib/lua/src/lundump.c:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
87
88
static int loadInt (LoadState *S) {
89
return cast_int(loadUnsigned(S, INT_MAX));
90
}
91
92
93
static lua_Number loadNumber (LoadState *S) {
Callers
6
loadCode
Function · 0.85
loadConstants
Function · 0.85
loadProtos
Function · 0.85
loadUpvalues
Function · 0.85
loadDebug
Function · 0.85
loadFunction
Function · 0.85
Calls
1
loadUnsigned
Function · 0.85
Tested by
no test coverage detected