MCPcopy 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
895int
896cmd_check(char *cmd)
897{
898 return cmd_check_internal(cmd, false);
899}
900
901#ifdef UNUSED_FUNCTION
902int

Callers

nothing calls this directly

Calls 1

cmd_check_internalFunction · 0.85

Tested by

no test coverage detected