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

Function getBlinkTestOutputCount

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

Source from the content-addressed store, hash-verified

356}
357
358size_t getBlinkTestOutputCount() {
359 return blink_test_output.size();
360}
361
362std::string getBlinkTestOutput(size_t index) {
363 if (index < blink_test_output.size()) {

Callers 1

condition_output_count_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected