Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CThreadPool
/ multiply
Method
multiply
MyFunction.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
static int multiply(int i, int j) {
29
return i * j;
30
}
31
32
private:
33
std::string info_ =
"MyFunction : "
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected