Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dejwk/roo_display
/ TestColorStream
Method
TestColorStream
test/testing.h:976–976 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
974
class TestColorStream {
975
public:
976
TestColorStream(const Color* data) : data_(data) {}
977
Color next() { return *data_++; }
978
979
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected