MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_optinteger

Function luaL_optinteger

third-party/lua-5.5.0/src/lauxlib.c:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
459 lua_Integer def) {
460 return luaL_opt(L, luaL_checkinteger, arg, def);
461}
462
463/* }====================================================== */
464

Callers 15

luaB_errorFunction · 0.70
luaB_collectgarbageFunction · 0.70
math_randomseedFunction · 0.70
getendposFunction · 0.70
str_byteFunction · 0.70
str_find_auxFunction · 0.70
gmatchFunction · 0.70
str_gsubFunction · 0.70
str_unpackFunction · 0.70
utflenFunction · 0.70
codepointFunction · 0.70
byteoffsetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected