MCPcopy Create free account
hub / github.com/apache/orc / main

Function main

tools/src/TimezoneDump.cc:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int main(int argc, char* argv[]) {
34 if (argc < 2) {
35 std::cout << "Usage: timezone-dump<filename>\n";
36 }
37 for (int o = 1; o < argc; ++o) {
38 printFile(argv[o]);
39 }
40 return 0;
41}

Callers

nothing calls this directly

Calls 1

printFileFunction · 0.85

Tested by

no test coverage detected