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

Function callback_2

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

* @brief Second test callback for multi-callback scenarios * * Used in coordination tests and callback switching verification. */

Source from the content-addressed store, hash-verified

198 * Used in coordination tests and callback switching verification.
199 */
200void callback_2() {
201 callback_counter++;
202 test_output.push_back("callback_2");
203}
204
205/**
206 * @brief Third test callback for complex scenarios

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected