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

Method NewRequest

library/cpp/par/par_mr.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 };
193
194 void TMRCmdsProcessor::NewRequest(TRemoteQueryProcessor* p, TNetworkRequest* req) {
195 CHROMIUM_TRACE_FUNCTION();
196 TIntrusivePtr<TRemoteMRCommandExec> exec = new TRemoteMRCommandExec(req, p);
197 exec->LaunchRequest(Context.Get());
198 }
199
200 //////////////////////////////////////////////////////////////////////////
201 void TUserContext::Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) {

Callers 2

local_time_zoneFunction · 0.45
local_time_zoneFunction · 0.45

Calls 2

LaunchRequestMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected