MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaL_optinteger

Function luaL_optinteger

deps/lua/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 6

str_subFunction · 0.85
str_byteFunction · 0.85
str_find_auxFunction · 0.85
b_unpackFunction · 0.85
lua_cmsgpack.cFile · 0.85
f_setvbufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected