MCPcopy Create free account
hub / github.com/catboost/catboost / AddCancel

Method AddCancel

library/cpp/neh/netliba.cpp:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 }
408
409 void AddCancel(const TGUID& guid) override {
410 UpdateInProcess();
411 TStatesInProcessRequests::iterator ustate = InProcess_.find(guid);
412 if (ustate != InProcess_.end())
413 ustate->second->Canceled = true;
414 }
415
416 void AddRequestAck(const TGUID&) override {
417 Y_ABORT("unexpected acc in neh netliba server");

Callers 2

DoSendsMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected