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

Function Usage

cpp/src/arrow/csv/generate_fuzz_corpus.cc:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182ARROW_NORETURN void Usage() {
183 std::cerr << "Usage: arrow-csv-generate-fuzz-corpus "
184 << "<output directory>" << std::endl;
185 std::exit(2);
186}
187
188int Main(int argc, char** argv) {
189 if (argc != 2) {

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected