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