MCPcopy 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
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.85
luaL_tolstringFunction · 0.85

Tested by

no test coverage detected