MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setHostname

Method setHostname

src/async/imap/MCIMAPAsyncSession.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void IMAPAsyncSession::setHostname(String * hostname)
102{
103 MC_SAFE_REPLACE_COPY(String, mHostname, hostname);
104}
105
106String * IMAPAsyncSession::hostname()
107{

Callers 1

sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected