MCPcopy 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
147void AbstractPart::setCharset(String * charset)
148{
149 MC_SAFE_REPLACE_COPY(String, mCharset, charset);
150}
151
152String * AbstractPart::contentID()
153{

Callers 2

testAttachmentsFunction · 0.45

Calls

no outgoing calls

Tested by 1

testAttachmentsFunction · 0.36