Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ tag_error
Function
tag_error
3rdparty/lua/plainlua/lauxlib.c:208–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
207
208
static void tag_error (lua_State *L, int arg, int tag) {
209
luaL_typeerror(L, arg, lua_typename(L, tag));
210
}
211
212
213
/*
Callers
4
luaL_checktype
Function · 0.85
luaL_checklstring
Function · 0.85
luaL_checknumber
Function · 0.85
interror
Function · 0.85
Calls
2
luaL_typeerror
Function · 0.85
lua_typename
Function · 0.85
Tested by
no test coverage detected