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

Function cmd_repair

src/traffic_server/traffic_server.cc:902–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900
901#ifdef UNUSED_FUNCTION
902int
903cmd_repair(char *cmd)
904{
905 return cmd_check_internal(cmd, true);
906}
907#endif
908
909int

Callers

nothing calls this directly

Calls 1

cmd_check_internalFunction · 0.85

Tested by

no test coverage detected