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

Method createStream

test/testing.h:1466–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1464 Box extents() const override { return delegate_->extents(); }
1465
1466 std::unique_ptr<PixelStream> createStream() const override {
1467 return delegate_->createStream();
1468 }
1469
1470 std::unique_ptr<PixelStream> createStream(const Box& bounds) const override {
1471 return delegate_->createStream(bounds);

Callers

nothing calls this directly

Calls 1

createStreamMethod · 0.45

Tested by

no test coverage detected