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

Function md_json_copy

modules/md/md_json.c:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111md_json_t *md_json_copy(apr_pool_t *pool, const md_json_t *json)
112{
113 return json_create(pool, json_copy(json->j));
114}
115
116md_json_t *md_json_clone(apr_pool_t *pool, const md_json_t *json)
117{

Callers

nothing calls this directly

Calls 1

json_createFunction · 0.85

Tested by

no test coverage detected