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

Method createRawStream

test/testing.h:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 const ColorMode& color_mode() const { return color_mode_; }
995
996 std::unique_ptr<TestColorStream> createRawStream() const {
997 return std::unique_ptr<TestColorStream>(new TestColorStream(data_));
998 }
999
1000 private:
1001 ColorMode color_mode_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected