MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaL_optinteger

Function luaL_optinteger

3rd/lua-5.4.3/src/lauxlib.c:452–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
453 lua_Integer def) {
454 return luaL_opt(L, luaL_checkinteger, arg, def);
455}
456
457/* }====================================================== */
458

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected