Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaB_tostring
Function
luaB_tostring
third-party/lua-5.4.6/src/lbaselib.c:499–503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
498
499
static int luaB_tostring (lua_State *L) {
500
luaL_checkany(L, 1);
501
luaL_tolstring(L, 1, NULL);
502
return 1;
503
}
504
505
506
static const luaL_Reg base_funcs[] = {
Callers
nothing calls this directly
Calls
2
luaL_checkany
Function · 0.70
luaL_tolstring
Function · 0.70
Tested by
no test coverage detected