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

Function job_observation_end

modules/md/md_status.c:619–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619static void job_observation_end(md_job_t *job)
620{
621 if (job->observing) md_result_on_change(job->observing, NULL, NULL);
622 job->observing = NULL;
623}
624
625void md_job_start_run(md_job_t *job, md_result_t *result, md_store_t *store)
626{

Callers 1

md_job_end_runFunction · 0.85

Calls 1

md_result_on_changeFunction · 0.85

Tested by

no test coverage detected