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

Function md_reg_store_get

modules/md/md_reg.c:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132struct md_store_t *md_reg_store_get(md_reg_t *reg)
133{
134 return reg->store;
135}
136
137/**************************************************************************************************/
138/* checks */

Callers 8

process_drive_jobFunction · 0.85
md_renew_start_watchingFunction · 0.85
job_loadjFunction · 0.85
get_staging_certs_jsonFunction · 0.85
get_certificatesFunction · 0.85
md_get_challenge_certFunction · 0.85
md_http_challenge_prFunction · 0.85
run_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected