Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
219
static 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
226
static int luaB_next (lua_State *L) {
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.85
lua_pushstring
Function · 0.85
Tested by
no test coverage detected