MCPcopy 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

OptFromStringFunction · 0.85
ToShortStringMethod · 0.85
ValidateMethod · 0.85
HandleOptMethod · 0.85
HandleOptMethod · 0.85
HandleOptMethod · 0.85

Calls 2

ToShortStringMethod · 0.80
StrMethod · 0.45

Tested by

no test coverage detected