Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setHostname
Method
setHostname
src/core/provider/MCNetService.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void NetService::setHostname(String *hostname)
73
{
74
MC_SAFE_REPLACE_COPY(String, mHostname, hostname);
75
}
76
77
String * NetService::hostname()
78
{
Callers
2
resolveMX
Method · 0.45
checkNextHost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected