Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ NotifyResponse
Method
NotifyResponse
library/cpp/neh/tcp2.cpp:374–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void NotifyResponse(const TString& resp) {
375
TNotifyHandle::NotifyResponse(resp);
376
377
ReleaseRequest();
378
}
379
380
void NotifyError(const TString& error) {
381
TNotifyHandle::NotifyError(error);
Callers
1
OnResponse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected