MCPcopy Create free account
hub / github.com/apache/thrift / option

Class option

lib/cpp/test/TFileTransportTest.cpp:351–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350void parse_args(int argc, char* argv[]) {
351 struct option long_opts[]
352 = {{"help", false, nullptr, 'h'}, {"tmp-dir", true, nullptr, 't'}, {nullptr, 0, nullptr, 0}};
353
354 while (true) {

Callers 2

TestClientClass · 0.85
TestServerCommandClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected