Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lwhyz/workspace
/ SmallTask
Method
SmallTask
test/test_function.cc:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
class SmallTask {
8
public:
9
SmallTask() {
10
cout<<
"SmallTask: construct"
<<endl;
11
}
12
SmallTask(const SmallTask&) {
13
cout<<
"SmallTask: copy construct"
<<endl;
14
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected