MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaL_checkany

Function luaL_checkany

lib/lua/src/lauxlib.c:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398
399LUALIB_API void luaL_checkany (lua_State *L, int arg) {
400 if (l_unlikely(lua_type(L, arg) == LUA_TNONE))
401 luaL_argerror(L, arg, "value expected");
402}
403
404
405LUALIB_API const char *luaL_checklstring (lua_State *L, int arg, size_t *len) {

Callers 15

luaB_tonumberFunction · 0.85
luaB_getmetatableFunction · 0.85
luaB_rawequalFunction · 0.85
luaB_rawgetFunction · 0.85
luaB_rawsetFunction · 0.85
luaB_pairsFunction · 0.85
luaB_ipairsFunction · 0.85
luaB_assertFunction · 0.85
luaB_pcallFunction · 0.85
luaB_tostringFunction · 0.85
math_tointFunction · 0.85
math_typeFunction · 0.85

Calls 2

lua_typeFunction · 0.85
luaL_argerrorFunction · 0.85

Tested by

no test coverage detected