| 55 | } |
| 56 | |
| 57 | struct CallbackData { |
| 58 | McInt32 a; |
| 59 | const char* b; |
| 60 | }; |
| 61 | |
| 62 | // This callback function will be called asynchroniously w.r.t the client application. |
| 63 | // Moreover, it is invoked by MCUT when the associated event has finished execution. |
nothing calls this directly
no outgoing calls
no test coverage detected