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

Function main

lib/yamlcpp/util/parse.cpp:36–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int main(int argc, char** argv) {
37 if (argc > 1) {
38 std::ifstream fin;
39 fin.open(argv[1]);
40 parse(fin);
41 } else {
42 parse(std::cin);
43 }
44
45 return 0;
46}

Callers

nothing calls this directly

Calls 2

parseFunction · 0.85
openMethod · 0.45

Tested by

no test coverage detected