Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getDescription
Method
getDescription
snap_drawing/src/snap_drawing/cpp/Drawing/Mask/PaintMask.cpp:53–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
String PaintMask::getDescription() {
54
if (_path.isEmpty()) {
55
return STRING_FORMAT(
"PaintMask with rect {}"
, _rect);
56
} else {
57
return STRING_FORMAT(
"PaintMask with path {}"
, _path);
58
}
59
}
60
61
} // namespace snap::drawing
Callers
1
visit
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected