Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setUsername
Method
setUsername
src/async/imap/MCIMAPAsyncSession.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void IMAPAsyncSession::setUsername(String * username)
122
{
123
MC_SAFE_REPLACE_COPY(String, mUsername, username);
124
}
125
126
String * IMAPAsyncSession::username()
127
{
Callers
1
session
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected