Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Func
Method
Func
library/cpp/threading/future/future_ut.cpp:137–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
}
136
137
int Func(const TFuture<int>& future) {
138
return (Value += future.GetValue());
139
}
140
141
void VoidFunc(const TFuture<int>& future) {
142
future.GetValue();
Callers
2
Y_UNIT_TEST
Function · 0.45
Run
Method · 0.45
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected