Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ cmd_check
Function
cmd_check
src/traffic_server/traffic_server.cc:895–899 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
}
894
895
int
896
cmd_check(char *cmd)
897
{
898
return cmd_check_internal(cmd, false);
899
}
900
901
#ifdef UNUSED_FUNCTION
902
int
Callers
nothing calls this directly
Calls
1
cmd_check_internal
Function · 0.85
Tested by
no test coverage detected