Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
902
int
903
cmd_repair(char *cmd)
904
{
905
return cmd_check_internal(cmd, true);
906
}
907
#endif
908
909
int
Callers
nothing calls this directly
Calls
1
cmd_check_internal
Function · 0.85
Tested by
no test coverage detected