Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetTestParam
Method
GetTestParam
library/cpp/testing/gtest/gtest.cpp:5–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <library/cpp/testing/common/env.h>
4
5
std::optional<std::string_view> NGTest::GetTestParam(std::string_view name) {
6
auto val = ::GetTestParam(name);
7
if (val.empty()) {
8
return {};
9
} else {
10
return {val};
11
}
12
}
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected