Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ isAttachment
Method
isAttachment
src/core/abstract/MCAbstractPart.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
bool AbstractPart::isAttachment()
193
{
194
return mAttachment;
195
}
196
197
void AbstractPart::setAttachment(bool attachment)
198
{
Callers
1
isTextPart
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected