Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ concat
Method
concat
MyFunction.h:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
class MyFunction {
23
public:
24
std::string concat(std::string& str) const {
25
return info_ + str;
26
}
27
28
static int multiply(int i, int j) {
29
return i * j;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected