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

Function md_timeperiod_has_ended

modules/md/md_time.c:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42int md_timeperiod_has_ended(const md_timeperiod_t *period, apr_time_t time)
43{
44 return (time >= period->start) && (time <= period->end);
45}
46
47apr_interval_time_t md_timeperiod_remaining(const md_timeperiod_t *period, apr_time_t time)
48{

Callers 1

md_timeperiod_containsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected