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

Function md_json_clone_from

modules/md/md_json.c:720–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720apr_status_t md_json_clone_from(void **pvalue, const md_json_t *json, apr_pool_t *p, void *baton)
721{
722 (void)baton;
723 *pvalue = md_json_clone(p, json);
724 return APR_SUCCESS;
725}
726
727/**************************************************************************************************/
728/* array generic */

Callers

nothing calls this directly

Calls 1

md_json_cloneFunction · 0.85

Tested by

no test coverage detected