Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ tag_error
Function
tag_error
lua/lauxlib.c:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
static void tag_error (lua_State *L, int narg, int tag) {
71
luaL_typerror(L, narg, lua_typename(L, tag));
72
}
73
74
75
/* COMDB2 */
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