Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OptToString
Function
OptToString
library/cpp/getopt/small/last_getopt_opts.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
48
namespace NPrivate {
49
TString OptToString(char c) {
50
TStringStream ss;
51
ss <<
"-"
<< c;
52
return ss.Str();
53
}
54
55
TString OptToString(const TString& longOption) {
56
TStringStream ss;
Callers
6
OptFromString
Function · 0.85
ToShortString
Method · 0.85
Validate
Method · 0.85
HandleOpt
Method · 0.85
HandleOpt
Method · 0.85
HandleOpt
Method · 0.85
Calls
2
ToShortString
Method · 0.80
Str
Method · 0.45
Tested by
no test coverage detected