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.5.0/src/lbaselib.c:509–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
507
508
509
static int luaB_tostring (lua_State *L) {
510
luaL_checkany(L, 1);
511
luaL_tolstring(L, 1, NULL);
512
return 1;
513
}
514
515
516
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