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

Function usage

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

Source from the content-addressed store, hash-verified

34}
35
36void usage() { std::cerr << "Usage: read [-n N] [-c, --cache] [filename]\n"; }
37
38std::string read_stream(std::istream& in) {
39 return std::string((std::istreambuf_iterator<char>(in)),

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected