Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1327
static inline char* JSON_toString(void* root)
1328
{
1329
return cJSON_Print(root);
1330
}
1331
1332
static inline void JSON_free(void* root)
1333
{
Callers
1
build_hep3_buf
Function · 0.85
Calls
1
cJSON_Print
Function · 0.50
Tested by
no test coverage detected