MCPcopy Create free account
hub / github.com/cutdigital/mcut / myCallback

Function myCallback

tests/source/userEvents.cpp:172–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void myCallback(McEvent event, void* data)
173{
174 (void)event;
175 McInt32* var = (McInt32*)data;
176 *var = 42;
177}
178
179UTEST_F(UserEvents, setCallbackAndInvokeOnRelease)
180{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected