MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / luaL_optinteger

Function luaL_optinteger

xrepo/packages/l/lua/port/lua/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.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