Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaL_optnumber
Function
luaL_optnumber
third-party/lua-5.4.6/src/lauxlib.c:432–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
430
431
432
LUALIB_API lua_Number luaL_optnumber (lua_State *L, int arg, lua_Number def) {
433
return luaL_opt(L, luaL_checknumber, arg, def);
434
}
435
436
437
static void interror (lua_State *L, int arg) {
Callers
1
math_atan
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected