Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lwhyz/workspace
/ BigTask
Method
BigTask
test/test_function.cc:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
class BigTask {
29
public:
30
BigTask() {
31
cout<<
"BigTask: construct"
<<endl;
32
}
33
BigTask(const BigTask&) {
34
cout<<
"BigTask: copy construct"
<<endl;
35
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected