Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ tag_error
Function
tag_error
engine/lua/src/lua/lauxlib.c:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
static void tag_error (lua_State *L, int narg, int tag) {
69
luaL_typerror(L, narg, lua_typename(L, tag));
70
}
71
72
73
LUALIB_API void luaL_where (lua_State *L, int level) {
Callers
4
luaL_checktype
Function · 0.85
luaL_checklstring
Function · 0.85
luaL_checknumber
Function · 0.85
luaL_checkinteger
Function · 0.85
Calls
2
lua_typename
Function · 0.85
luaL_typerror
Function · 0.70
Tested by
no test coverage detected