Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void usage() { std::cerr <<
"Usage: read [-n N] [-c, --cache] [filename]\n"
; }
37
38
std::string read_stream(std::istream& in) {
39
return std::string((std::istreambuf_iterator<char>(in)),
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected