MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / luaopen_cjson_safe

Function luaopen_cjson_safe

LuaSTGPlus/LuaExtensions/cjson4lua/lua_cjson.c:1421–1427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419}
1420
1421int luaopen_cjson_safe(lua_State *l)
1422{
1423 lua_cjson_safe_new(l);
1424
1425 /* Return cjson.safe table */
1426 return 1;
1427}
1428
1429/* vi:ai et sw=4 ts=4:
1430 */

Callers

nothing calls this directly

Calls 1

lua_cjson_safe_newFunction · 0.85

Tested by

no test coverage detected