MCPcopy Create free account
hub / github.com/apitrace/apitrace / usage

Function usage

cli/cli_diff.cpp:44–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static void
45usage(void)
46{
47 os::String command = find_command();
48
49 char *args[4];
50 args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
51 args[1] = (char *) command.str();
52 args[2] = (char *) "--help";
53 args[3] = NULL;
54
55 os::execute(args);
56}
57
58static int
59command(int argc, char *argv[])

Callers

nothing calls this directly

Calls 3

strMethod · 0.80
find_commandFunction · 0.70
executeFunction · 0.50

Tested by

no test coverage detected