MCPcopy Create free account
hub / github.com/asmuth/clip / UnixTime

Method UnixTime

src/utils/UnixTime_impl.h:1–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1constexpr UnixTime::UnixTime(uint64_t utc_time) :
2 utc_micros_(utc_time) {}
3
4constexpr bool UnixTime::operator==(const UnixTime& other) const {
5 return utc_micros_ == other.utc_micros_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected