Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FromValue
Method
FromValue
util/datetime/base.h:416–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
static constexpr TInstant FromValue(TValue value) noexcept {
417
return TInstant(value);
418
}
419
420
static inline TInstant Now() {
421
return TInstant::MicroSeconds(::MicroSeconds());
Callers
nothing calls this directly
Calls
1
TInstant
Class · 0.85
Tested by
no test coverage detected