Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ luaB_tostring
Function
luaB_tostring
3rd/lua-5.4.3/src/lbaselib.c:478–482 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
477
478
static int luaB_tostring (lua_State *L) {
479
luaL_checkany(L, 1);
480
luaL_tolstring(L, 1, NULL);
481
return 1;
482
}
483
484
485
static const luaL_Reg base_funcs[] = {
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.85
luaL_tolstring
Function · 0.85
Tested by
no test coverage detected