MCPcopy Create free account
hub / github.com/catboost/catboost / NanoSecondsOfSecond

Method NanoSecondsOfSecond

util/datetime/base.h:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 constexpr ui32 NanoSecondsOfSecond() const noexcept {
211 return MicroSecondsOfSecond() * (TValue)1000;
212 }
213
214 constexpr explicit operator bool() const noexcept {
215 return Value_;

Callers 1

WaitDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected