Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ copy
Method
copy
src/core/abstract/MCAbstractMessagePart.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
Object * AbstractMessagePart::copy()
44
{
45
return new AbstractMessagePart(this);
46
}
47
48
MessageHeader * AbstractMessagePart::header()
49
{
Callers
1
AbstractMessagePart
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected