Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ luaB_tostring
Function
luaB_tostring
depends/lua/src/lbaselib.c:446–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
445
446
static int luaB_tostring (lua_State *L) {
447
luaL_checkany(L, 1);
448
luaL_tolstring(L, 1, NULL);
449
return 1;
450
}
451
452
453
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