MCPcopy 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
499static int luaB_tostring (lua_State *L) {
500 luaL_checkany(L, 1);
501 luaL_tolstring(L, 1, NULL);
502 return 1;
503}
504
505
506static const luaL_Reg base_funcs[] = {

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.70
luaL_tolstringFunction · 0.70

Tested by

no test coverage detected