MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaB_type

Function luaB_type

deps/lua/src/lbaselib.c:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217
218
219static int luaB_type (lua_State *L) {
220 luaL_checkany(L, 1);
221 lua_pushstring(L, luaL_typename(L, 1));
222 return 1;
223}
224
225
226static int luaB_next (lua_State *L) {

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
lua_pushstringFunction · 0.85

Tested by

no test coverage detected