MCPcopy Create free account
hub / github.com/Tencent/phxqueue / ShowUsage

Function ShowUsage

phxqueue_phxrpc/test/test_selector_main.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36using namespace std;
37
38void ShowUsage(const char *proc) {
39 printf("\t%s -f <global_config_path> -t <topic_id> -p <pub_id> -u <uin> [-r](retry_switch_store)\n", proc);
40}
41
42int main(int argc, char ** argv) {
43 const char *global_config_path = nullptr;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected