MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaL_optinteger

Function luaL_optinteger

Source/Misc/lua/src/lua.c:10409–10412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10407
10408
10409LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg,
10410lua_Integer def) {
10411return luaL_opt(L, luaL_checkinteger, narg, def);
10412}
10413
10414
10415LUALIB_API int luaL_getmetafield (lua_State *L, int obj, const char *event) {

Callers 4

f_setvbufFunction · 0.85
str_subFunction · 0.85
str_byteFunction · 0.85
str_find_auxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected