Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ luaopen_cjson_safe
Function
luaopen_cjson_safe
3rdparty/lua/lua-cjson/lua_cjson.c:1454–1460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1452
}
1453
1454
int luaopen_cjson_safe(lua_State *l)
1455
{
1456
lua_cjson_safe_new(l);
1457
1458
/* Return cjson.safe table */
1459
return 1;
1460
}
1461
1462
/* vi:ai et sw=4 ts=4:
1463
*/
Callers
nothing calls this directly
Calls
1
lua_cjson_safe_new
Function · 0.85
Tested by
no test coverage detected