Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ operator()
Method
operator()
tests/boden/testNotifier.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
template <class T> struct CallCounter
11
{
12
void operator()(T t)
13
{
14
value = t;
15
callCount++;
16
}
17
int callCount = 0;
18
T value;
19
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected