Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseFlags
Method · 0.80
RunMain
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected