Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetroShare/RetroShare
/ qt_feedNotify
Method
qt_feedNotify
plugins/FeedReader/FeedReaderPlugin.cpp:116–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
FeedNotify *FeedReaderPlugin::qt_feedNotify()
117
{
118
if (!mFeedNotify) {
119
mFeedNotify = new FeedReaderFeedNotify(mFeedReader, mNotify);
120
}
121
return mFeedNotify;
122
}
123
124
void FeedReaderPlugin::stop()
125
{
Callers
1
NotifyPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected