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

Method GetQueryProc

library/cpp/par/par_mr.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 NPar::CollectData(data, res, WriteBuffer.Get(), QueryProc.Get());
83 }
84 TRemoteQueryProcessor* GetQueryProc() const {
85 return QueryProc.Get();
86 }
87 };
88
89 class TLocalUserContext: public IUserContext {

Callers 1

RunMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected