MCPcopy 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
70static 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_checktypeFunction · 0.85
luaL_checklstringFunction · 0.85
luaL_checknumberFunction · 0.85
luaL_checkintegerFunction · 0.85

Calls 2

luaL_typerrorFunction · 0.85
lua_typenameFunction · 0.85

Tested by

no test coverage detected