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

Function luaL_optinteger

third-party/lua-5.1.5/src/lauxlib.c:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg,
198 lua_Integer def) {
199 return luaL_opt(L, luaL_checkinteger, narg, def);
200}
201
202
203LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *event) {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected