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

Function process_args

src/tscore/ink_args.cc:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void
166process_args(const AppVersionInfo *appinfo, const ArgumentDescription *argument_descriptions, unsigned n_argument_descriptions,
167 const char **argv, const char *usage_string)
168{
169 if (!process_args_ex(appinfo, argument_descriptions, n_argument_descriptions, argv)) {
170 usage(argument_descriptions, n_argument_descriptions, usage_string);
171 }
172}
173
174bool
175process_args_ex(const AppVersionInfo *appinfo, const ArgumentDescription *argument_descriptions, unsigned n_argument_descriptions,

Callers 9

mainFunction · 0.85
mainFunction · 0.85
parse_argumentsMethod · 0.85
mainFunction · 0.85
mainMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

process_args_exFunction · 0.85
usageFunction · 0.70

Tested by 1

mainFunction · 0.68