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

Function getBlinkTestOutput

tests/test-scheduler-blink-example.cpp:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362std::string getBlinkTestOutput(size_t index) {
363 if (index < blink_test_output.size()) {
364 return blink_test_output[index];
365 }
366 return "";
367}
368
369// Test condition functions to replace lambda functions
370bool condition_output_count_1() {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected