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

Function print_cmd_help

src/traffic_server/traffic_server.cc:1242–1248  ·  view source on GitHub ↗

Print the maintenance command help output. */

Source from the content-addressed store, hash-verified

1240/** Print the maintenance command help output.
1241 */
1242void
1243print_cmd_help()
1244{
1245 for (unsigned i = 0; i < countof(commands); i++) {
1246 printf("%25s %s\n", commands[i].n, commands[i].d);
1247 }
1248}
1249
1250int
1251cmd_help(char *cmd)

Callers 2

cmd_helpFunction · 0.85
cmd_modeFunction · 0.85

Calls 1

countofFunction · 0.50

Tested by

no test coverage detected