Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ main
Function
main
phxqueue/test/test_main.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
#include <iostream>
14
15
int main(int argc, char **argv) {
16
std::cout <<
"test"
<< std::endl;
17
18
return 0;
19
}
20
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected