MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaL_optinteger

Function luaL_optinteger

ThirdParty/lua/lua/lauxlib.c:424–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422
423
424LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
425 lua_Integer def) {
426 return luaL_opt(L, luaL_checkinteger, arg, def);
427}
428
429/* }====================================================== */
430

Callers 15

luaB_errorFunction · 0.85
luaB_collectgarbageFunction · 0.85
str_subFunction · 0.85
str_byteFunction · 0.85
str_find_auxFunction · 0.85
str_gsubFunction · 0.85
str_unpackFunction · 0.85
utflenFunction · 0.85
codepointFunction · 0.85
byteoffsetFunction · 0.85
tremoveFunction · 0.85
tconcatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected