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

Function luaL_checkany

Source/Misc/lua/src/lua.c:10364–10367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10362
10363
10364LUALIB_API void luaL_checkany (lua_State *L, int narg) {
10365if (lua_type(L, narg) == LUA_TNONE)
10366luaL_argerror(L, narg, "value expected");
10367}
10368
10369
10370LUALIB_API const char *luaL_checklstring (lua_State *L, int narg, size_t *len) {

Callers 14

luaB_tonumberFunction · 0.85
luaB_getmetatableFunction · 0.85
luaB_rawequalFunction · 0.85
luaB_rawgetFunction · 0.85
luaB_rawsetFunction · 0.85
luaB_typeFunction · 0.85
luaB_assertFunction · 0.85
luaB_pcallFunction · 0.85
luaB_xpcallFunction · 0.85
luaB_tostringFunction · 0.85
db_getmetatableFunction · 0.85
db_setlocalFunction · 0.85

Calls 2

lua_typeFunction · 0.85
luaL_argerrorFunction · 0.85

Tested by

no test coverage detected