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.3.5/src/lauxlib.c:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
417
LUALIB_API lua_Number luaL_optnumber (lua_State *L, int arg, lua_Number def) {
418
return luaL_opt(L, luaL_checknumber, arg, def);
419
}
420
421
422
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