MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / (luaL_tojsonstring)

Function (luaL_tojsonstring)

src/Chain/libraries/glua/lauxlib.cpp:2843–2847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2841}
2842
2843LUALIB_API const char *(luaL_tojsonstring)(lua_State *L, int idx, size_t *len)
2844{
2845 std::list<const void*> jsons;
2846 return tojsonstring_with_nested(L, idx, len, jsons);
2847}
2848
2849
2850/*

Callers

nothing calls this directly

Calls 1

tojsonstring_with_nestedFunction · 0.85

Tested by

no test coverage detected