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

Function md_timeperiod_has_started

modules/md/md_time.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int md_timeperiod_has_started(const md_timeperiod_t *period, apr_time_t time)
38{
39 return (time >= period->start);
40}
41
42int md_timeperiod_has_ended(const md_timeperiod_t *period, apr_time_t time)
43{

Callers 3

ostat_should_renewFunction · 0.85
md_reg_should_warnFunction · 0.85
md_timeperiod_containsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected