Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
library/cpp/threading/future/legacy_future_ut.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
Y_UNIT_TEST(TestIntFunction) {
12
TLegacyFuture<int> f((&intf));
13
UNIT_ASSERT_VALUES_EQUAL(17, f.Get());
14
}
15
16
static int r;
17
Callers
nothing calls this directly
Calls
3
TSampleClass
Class · 0.85
SystemThreadFactory
Function · 0.85
Get
Method · 0.45
Tested by
no test coverage detected