MCPcopy Create free account
hub / github.com/DFHack/dfhack / luaL_optinteger

Function luaL_optinteger

depends/lua/src/lauxlib.c:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int arg,
441 lua_Integer def) {
442 return luaL_opt(L, luaL_checkinteger, arg, def);
443}
444
445/* }====================================================== */
446

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