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

Function md_json_clone_to

modules/md/md_json.c:714–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714apr_status_t md_json_clone_to(void *value, md_json_t *json, apr_pool_t *p, void *baton)
715{
716 (void)baton;
717 return md_json_setj(md_json_clone(p, value), json, NULL);
718}
719
720apr_status_t md_json_clone_from(void **pvalue, const md_json_t *json, apr_pool_t *p, void *baton)
721{

Callers

nothing calls this directly

Calls 2

md_json_setjFunction · 0.85
md_json_cloneFunction · 0.85

Tested by

no test coverage detected