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