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

Method Epoch

include/cripts/Time.hpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 operator integer() const { return Epoch(); }
43
44 [[nodiscard]] integer
45 Epoch() const
46 {
47 return static_cast<integer>(_now);
48 }
49
50 [[nodiscard]] integer
51 Year() const

Callers 4

do_remapFunction · 0.80
do_remapFunction · 0.80
SampleMethod · 0.80
formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected