MCPcopy Create free account
hub / github.com/apache/arrow / Main

Function Main

cpp/src/parquet/arrow/generate_encoding_fuzz_corpus.cc:239–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239int Main(int argc, char** argv) {
240 if (argc != 2) {
241 Usage();
242 }
243 auto out_dir = std::string(argv[1]);
244
245 Status st = DoMain(out_dir);
246 if (!st.ok()) {
247 std::cerr << st.ToString() << std::endl;
248 return 1;
249 }
250 return 0;
251}
252
253} // namespace arrow
254

Callers 1

mainFunction · 0.70

Calls 4

UsageFunction · 0.70
DoMainFunction · 0.70
okMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected