Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lwhyz/workspace
/ operator()
Method
operator()
test/test_function.cc:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
cout<<
"SmallTask: distruct"
<<endl;
20
}
21
void operator()() {
22
cout<<
"SmallTask: run"
<<endl;
23
}
24
private:
25
char a[64 - 2 * sizeof(void*)];
26
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected