Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddiakopoulos/polymer
/ handle_event
Method
handle_event
tests/lib-engine/lib-engine-tests.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
struct handler_test
54
{
55
void handle_event(const example_event & e) { sum += e.value; }
56
uint32_t sum = 0;
57
};
58
Callers
1
lib-engine-tests.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected