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

Method createRawStream

test/offscreen_test.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 std::unique_ptr<ColorStream<Reader>> createRawStream() const {
235 return std::unique_ptr<ColorStream<Reader>>(
236 new ColorStream<Reader>(extents_, data_, extents_, color_mode_));
237 }
238
239 Box extents() const override { return extents_; }
240

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected