MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / JSON_toString

Function JSON_toString

modules/proto_hep/hep.c:1327–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1325}
1326
1327static inline char* JSON_toString(void* root)
1328{
1329 return cJSON_Print(root);
1330}
1331
1332static inline void JSON_free(void* root)
1333{

Callers 1

build_hep3_bufFunction · 0.85

Calls 1

cJSON_PrintFunction · 0.50

Tested by

no test coverage detected