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

Function getopt

library/cpp/getopt/small/posix_getopt.cpp:73–75  ·  view source on GitHub ↗

XXX: leading colon is not supported XXX: updating optind by client is not supported

Source from the content-addressed store, hash-verified

71 // XXX: leading colon is not supported
72 // XXX: updating optind by client is not supported
73 int getopt(int argc, char* const* argv, const char* optstring) {
74 return getopt_long(argc, argv, optstring, nullptr, nullptr);
75 }
76
77}

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls 1

getopt_longFunction · 0.85

Tested by

no test coverage detected