MCPcopy Create free account
hub / github.com/dejwk/roo_display / createRawStream

Method createRawStream

test/testing_drawable.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 const ColorMode& color_mode() const { return device_.color_mode(); }
48
49 std::unique_ptr<TestColorStream> createRawStream() const {
50 return device_.createRawStream();
51 }
52
53 private:
54 FakeOffscreen<ColorMode> device_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected