MCPcopy Create free account
hub / github.com/apache/trafficserver / YearDay

Method YearDay

include/cripts/Time.hpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 [[nodiscard]] integer
93 YearDay() const
94 {
95 return static_cast<integer>(_result.tm_yday) + 1;
96 }
97
98protected:
99 std::time_t _now = std::time(nullptr);

Callers 2

do_remapFunction · 0.80
do_remapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected