MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaL_optinteger

Function luaL_optinteger

freebsd/contrib/openzfs/module/lua/lauxlib.c:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367LUALIB_API lua_Integer luaL_optinteger (lua_State *L, int narg,
368 lua_Integer def) {
369 return luaL_opt(L, luaL_checkinteger, narg, def);
370}
371
372
373LUALIB_API lua_Unsigned luaL_optunsigned (lua_State *L, int narg,

Callers 4

str_subFunction · 0.70
str_byteFunction · 0.70
str_find_auxFunction · 0.70
str_gsubFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected