Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setDestFolder
Method
setDestFolder
src/async/imap/MCIMAPCopyMessagesOperation.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void IMAPCopyMessagesOperation::setDestFolder(String * destFolder)
46
{
47
MC_SAFE_REPLACE_COPY(String, mDestFolder, destFolder);
48
}
49
50
String * IMAPCopyMessagesOperation::destFolder()
51
{
Callers
2
copyMessagesOperation
Method · 0.45
moveMessagesOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected