MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaB_tostring

Function luaB_tostring

3rd/lua-5.4.3/src/lbaselib.c:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477
478static int luaB_tostring (lua_State *L) {
479 luaL_checkany(L, 1);
480 luaL_tolstring(L, 1, NULL);
481 return 1;
482}
483
484
485static const luaL_Reg base_funcs[] = {

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.85
luaL_tolstringFunction · 0.85

Tested by

no test coverage detected