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

Function md_timeperiod_contains

modules/md/md_time.c:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31int md_timeperiod_contains(const md_timeperiod_t *period, apr_time_t time)
32{
33 return md_timeperiod_has_started(period, time)
34 && !md_timeperiod_has_ended(period, time);
35}
36
37int md_timeperiod_has_started(const md_timeperiod_t *period, apr_time_t time)
38{

Callers

nothing calls this directly

Calls 2

md_timeperiod_has_endedFunction · 0.85

Tested by

no test coverage detected