Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ ShowUsage
Function
ShowUsage
phxqueue_phxrpc/test/consumer_main.cpp:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
extern char *program_invocation_short_name;
33
34
void ShowUsage(const char *program) {
35
printf(
"\n"
);
36
printf(
"Usage: %s [-c <config>] [-d] [-v]\n"
, program);
37
printf(
"\n"
);
38
39
exit(0);
40
}
41
42
int main(int argc, char ** argv) {
43
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected