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

Function tag_error

Source/Misc/lua/src/lua.c:10280–10282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10278
10279
10280static void tag_error (lua_State *L, int narg, int tag) {
10281luaL_typerror(L, narg, lua_typename(L, tag));
10282}
10283
10284
10285LUALIB_API void luaL_where (lua_State *L, int level) {

Callers 4

luaL_checktypeFunction · 0.85
luaL_checklstringFunction · 0.85
luaL_checknumberFunction · 0.85
luaL_checkintegerFunction · 0.85

Calls 2

luaL_typerrorFunction · 0.85
lua_typenameFunction · 0.85

Tested by

no test coverage detected