Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setMessageFilepath
Method
setMessageFilepath
src/async/nntp/MCNNTPPostOperation.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void NNTPPostOperation::setMessageFilepath(String * path)
39
{
40
MC_SAFE_REPLACE_RETAIN(String, mMessageFilepath, path);
41
}
42
43
String * NNTPPostOperation::messageFilepath()
44
{
Callers
1
postMessageOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected