Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ add_global_usage
Method
add_global_usage
src/tscore/ArgParser.cc:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void
80
ArgParser::add_global_usage(std::string const &usage)
81
{
82
global_usage = usage;
83
}
84
85
void
86
ArgParser::help_message(std::string_view err) const
Callers
4
main
Function · 0.80
main
Function · 0.80
test_ArgParser.cc
File · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected