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

Function run

lib/yamlcpp/util/read.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30void run(std::istream& in) {
31 YAML::Parser parser(in);
32 NullEventHandler handler;
33 parser.HandleNextDocument(handler);
34}
35
36void usage() { std::cerr << "Usage: read [-n N] [-c, --cache] [filename]\n"; }
37

Callers 13

mainFunction · 0.70
catch.hppFile · 0.50
runMethod · 0.50
runMethod · 0.50
xrunMethod · 0.50
regression_sm_waitingMethod · 0.50
regression_sm_startMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainMethod · 0.50
mainEventMethod · 0.50
mainFunction · 0.50

Calls 1

HandleNextDocumentMethod · 0.80

Tested by 2

mainFunction · 0.40
mainFunction · 0.40