* @brief Second test callback for multi-callback scenarios * * Used in coordination tests and callback switching verification. */
| 198 | * Used in coordination tests and callback switching verification. |
| 199 | */ |
| 200 | void callback_2() { |
| 201 | callback_counter++; |
| 202 | test_output.push_back("callback_2"); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * @brief Third test callback for complex scenarios |
nothing calls this directly
no outgoing calls
no test coverage detected