Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ luaL_optnumber
Function
luaL_optnumber
lua/lauxlib.c:223–225 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
222
223
LUALIB_API lua_Number luaL_optnumber (lua_State *L, int narg, lua_Number def) {
224
return luaL_opt(L, luaL_checknumber, narg, def);
225
}
226
227
228
LUALIB_API lua_Integer luaL_checkinteger (lua_State *L, int narg) {
Callers
1
os_difftime
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected