MCPcopy Create free account
hub / github.com/apache/httpd / md_json_clone

Function md_json_clone

modules/md/md_json.c:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116md_json_t *md_json_clone(apr_pool_t *pool, const md_json_t *json)
117{
118 return json_create(pool, json_deep_copy(json->j));
119}
120
121/**************************************************************************************************/
122/* selectors */

Callers 8

md_jws_signFunction · 0.85
md_jws_hmacFunction · 0.85
md_json_clone_toFunction · 0.85
md_json_clone_fromFunction · 0.85
acct_updFunction · 0.85
md_result_problem_setFunction · 0.85
md_result_dupFunction · 0.85
on_got_jsonFunction · 0.85

Calls 1

json_createFunction · 0.85

Tested by

no test coverage detected