Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TTimeRange
Method
TTimeRange
util/datetime/benchmark/gmtime_r/main.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
class TTimeRange {
11
public:
12
TTimeRange(TInstant base, TDuration spread)
13
: TTimeRange(base.Seconds(), spread.Seconds())
14
{
15
}
16
17
TTimeRange(time_t base, time_t spread)
18
: Base_(base)
Callers
nothing calls this directly
Calls
1
Seconds
Method · 0.45
Tested by
no test coverage detected