Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10280
static void tag_error (lua_State *L, int narg, int tag) {
10281
luaL_typerror(L, narg, lua_typename(L, tag));
10282
}
10283
10284
10285
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
luaL_typerror
Function · 0.85
lua_typename
Function · 0.85
Tested by
no test coverage detected