MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaB_tostring

Function luaB_tostring

third-party/lua-5.2.4/src/lbaselib.c:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408
409
410static int luaB_tostring (lua_State *L) {
411 luaL_checkany(L, 1);
412 luaL_tolstring(L, 1, NULL);
413 return 1;
414}
415
416
417static 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