Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void IMAPAsyncSession::setHostname(String * hostname)
102
{
103
MC_SAFE_REPLACE_COPY(String, mHostname, hostname);
104
}
105
106
String * IMAPAsyncSession::hostname()
107
{
Callers
1
session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected