MCPcopy 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_TESTFunction · 0.45
RunMethod · 0.45

Calls 1

GetValueMethod · 0.45

Tested by

no test coverage detected