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