Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lwhyz/workspace
/ ~SmallTask
Method
~SmallTask
test/test_function.cc:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
cout<<
"SmallTask: move construct"
<<endl;
17
}
18
~SmallTask() {
19
cout<<
"SmallTask: distruct"
<<endl;
20
}
21
void operator()() {
22
cout<<
"SmallTask: run"
<<endl;
23
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected