Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ checknumformat
Function
checknumformat
third-party/lua-5.5.0/src/lundump.c:365–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
363
364
365
static void checknumformat (LoadState *S, int eq, const char *tname) {
366
if (!eq)
367
numerror(S,
"format"
, tname);
368
}
369
370
371
#define checknum(S,tvar,value,tname) \
Callers
nothing calls this directly
Calls
1
numerror
Function · 0.85
Tested by
no test coverage detected