MCPcopy Create free account
hub / github.com/Snapchat/Valdi / build

Method build

snap_drawing/test/utils/TestBitmap.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128Valdi::Ref<TestBitmap> BitmapBuilder::build() {
129 SC_ASSERT(_currentRow + 1 == _height);
130 return _bitmap;
131}
132
133std::ostream& operator<<(std::ostream& os, const TestBitmap& bitmap) {
134 auto info = bitmap.getInfo();

Callers 3

createTestBitmapFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected