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

Function usage

cli/cli_main.cpp:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117};
118
119static void
120usage(void)
121{
122 std::cout <<
123 "Usage: apitrace <command> [<args> ...]\n"
124 "Top-level command line frontend to apitrace.\n"
125 "\n";
126
127 list_commands();
128}
129
130static void
131list_commands(void) {

Callers 1

mainFunction · 0.70

Calls 1

list_commandsFunction · 0.85

Tested by

no test coverage detected