MCPcopy Create free account
hub / github.com/antirez/ds4 / usage

Function usage

ds4_agent.c:500–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 !strcmp(cmd, "/exit") ||
499 !strcmp(cmd, "/new") ||
500 agent_slash_command_with_args(cmd, "/power") ||
501 agent_slash_command_with_args(cmd, "/switch") ||
502 agent_slash_command_with_args(cmd, "/del") ||
503 agent_slash_command_with_args(cmd, "/strip") ||
504 agent_slash_command_with_args(cmd, "/history");
505}

Callers 1

parse_optionsFunction · 0.70

Calls 1

ds4_help_printFunction · 0.85

Tested by

no test coverage detected