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

Function luaL_optinteger

third-party/lua-5.2.4/src/lauxlib.c:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg,
408 lua_Integer def) {
409 return luaL_opt(L, luaL_checkinteger, narg, def);
410}
411
412
413LUALIB_API lua_Unsigned luaL_optunsigned (lua_State *L, int narg,

Callers 5

str_subFunction · 0.70
str_byteFunction · 0.70
str_find_auxFunction · 0.70
str_gsubFunction · 0.70
f_setvbufFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected