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

Method isEmpty

snap_drawing/src/snap_drawing/cpp/Drawing/LayerContent.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15LayerContent::~LayerContent() = default;
16
17bool LayerContent::isEmpty() const {
18 return picture == nullptr && externalSurface == nullptr;
19}
20
21void LayerContent::clear() {
22 picture = nullptr;

Callers 7

drawPaintMethod · 0.45
appendClipRoundMethod · 0.45
visitMethod · 0.45
applyMethod · 0.45
getDescriptionMethod · 0.45
updateClipMethod · 0.45
doRasterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected