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

Method AddTestParam

library/cpp/testing/common/env.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266
267 void TTestEnv::AddTestParam(TStringBuf name, TStringBuf value) {
268 TestParameters[TString{name}] = value;
269 }
270
271 TString GetCwd() {
272 try {

Callers 3

ParseFlagsMethod · 0.80
RunMainMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected