MCPcopy Create free account
hub / github.com/DFHack/dfhack / tag_error

Function tag_error

depends/lua/src/lauxlib.c:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196static void tag_error (lua_State *L, int arg, int tag) {
197 typeerror(L, arg, lua_typename(L, tag));
198}
199
200
201/*

Callers 4

luaL_checktypeFunction · 0.85
luaL_checklstringFunction · 0.85
luaL_checknumberFunction · 0.85
interrorFunction · 0.85

Calls 2

typeerrorFunction · 0.85
lua_typenameFunction · 0.85

Tested by

no test coverage detected