Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
619
void Image::clearComment() {
620
comment_.erase();
621
}
622
623
void Image::setComment(const std::string& comment) {
624
comment_ = comment;
Callers
1
eraseComment
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected