MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / clearComment

Method clearComment

src/image.cpp:619–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617#endif
618
619void Image::clearComment() {
620 comment_.erase();
621}
622
623void Image::setComment(const std::string& comment) {
624 comment_ = comment;

Callers 1

eraseCommentMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected