Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Detach
Method
Detach
library/cpp/par/par_remote.h:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
queryProc->RegisterCallback(reqId, Callback.Get());
234
}
235
void Detach() {
236
if (Callback.Get() == nullptr)
237
return;
238
Callback->Detach();
239
Callback = nullptr;
240
}
241
};
242
}
Callers
5
DetachAndFixPointers
Function · 0.45
~TMRCommandExec
Method · 0.45
~TRemoteMRCommandExec
Method · 0.45
ParseStringFromYsonString
Function · 0.45
RunNewThread
Method · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected