Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ luaB_tostring
Function
luaB_tostring
lib/lua/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.85
luaL_tolstring
Function · 0.85
Tested by
no test coverage detected