Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/David-Haim/concurrencpp
/ operator()
Method
operator()
test/source/tests/task_tests.cpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
public:
92
int operator()() const {
93
return 123456789;
94
}
95
};
96
97
int g_test_function() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected