MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaB_tostring

Function luaB_tostring

freebsd/contrib/openzfs/module/lua/lbaselib.c:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static int luaB_tostring (lua_State *L) {
250 luaL_checkany(L, 1);
251 luaL_tolstring(L, 1, NULL);
252 return 1;
253}
254
255static const luaL_Reg base_funcs[] = {
256 {"assert", luaB_assert},

Callers

nothing calls this directly

Calls 2

luaL_tolstringFunction · 0.85
luaL_checkanyFunction · 0.70

Tested by

no test coverage detected