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

Function md_json_pass_to

modules/md/md_json.c:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697/* conversions */
698
699apr_status_t md_json_pass_to(void *value, md_json_t *json, apr_pool_t *p, void *baton)
700{
701 (void)p;
702 (void)baton;
703 return md_json_setj(value, json, NULL);
704}
705
706apr_status_t md_json_pass_from(void **pvalue, md_json_t *json, apr_pool_t *p, void *baton)
707{

Callers

nothing calls this directly

Calls 1

md_json_setjFunction · 0.85

Tested by

no test coverage detected