MCPcopy Create free account
hub / github.com/3rdparty/libprocess / max

Method max

include/process/time.hpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87inline Time Time::epoch() { return Time(Duration::zero()); }
88inline Time Time::max() { return Time(Duration::max()); }
89
90
91// Stream manipulator class which serializes Time objects in RFC 1123

Callers

nothing calls this directly

Calls 1

TimeClass · 0.70

Tested by

no test coverage detected