Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setCharset
Method
setCharset
src/core/abstract/MCAbstractPart.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void AbstractPart::setCharset(String * charset)
148
{
149
MC_SAFE_REPLACE_COPY(String, mCharset, charset);
150
}
151
152
String * AbstractPart::contentID()
153
{
Callers
2
attachmentWithSingleMIME
Method · 0.45
testAttachments
Function · 0.45
Calls
no outgoing calls
Tested by
1
testAttachments
Function · 0.36