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