MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaB_type

Function luaB_type

Source/Misc/lua/src/lua.c:11083–11087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11081
11082
11083static int luaB_type (lua_State *L) {
11084luaL_checkany(L, 1);
11085lua_pushstring(L, luaL_typename(L, 1));
11086return 1;
11087}
11088
11089
11090static 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