MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / callback_1

Function callback_1

tests/test-scheduler-basic-thorough.cpp:190–193  ·  view source on GitHub ↗

* @brief First test callback for multi-callback scenarios * * Used to distinguish between different callbacks in multi-task tests. */

Source from the content-addressed store, hash-verified

188 * Used to distinguish between different callbacks in multi-task tests.
189 */
190void callback_1() {
191 callback_counter++;
192 test_output.push_back("callback_1");
193}
194
195/**
196 * @brief Second test callback for multi-callback scenarios

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected