Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
size_t getBlinkTestOutputCount() {
359
return blink_test_output.size();
360
}
361
362
std::string getBlinkTestOutput(size_t index) {
363
if (index < blink_test_output.size()) {
Callers
1
condition_output_count_1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected