| 112 | } |
| 113 | |
| 114 | static int osc_program_handler(const char *path, const char *types, lo_arg **argv, int argc, lo_message data, void *user_data) |
| 115 | { |
| 116 | assert(types[0] == 'i'); |
| 117 | assert(types[1] == 'i'); |
| 118 | return 0; |
| 119 | } |
| 120 | |
| 121 | static int osc_show_handler(const char *path, const char *types, lo_arg **argv, int argc, lo_message data, void *user_data) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected