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

Function test_onDisable

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

* @brief OnDisable lifecycle callback * * Called when task is disabled. Used for testing * lifecycle callback behavior. */

Source from the content-addressed store, hash-verified

294 * lifecycle callback behavior.
295 */
296void test_onDisable() {
297 onDisable_called = true;
298 test_output.push_back("onDisable_called");
299}
300
301/**
302 * @brief Repeating callback for iteration testing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected