MCPcopy Create free account
hub / github.com/amule-project/amule / AddKeywords

Method AddKeywords

src/SharedFileList.cpp:227–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void CPublishKeywordList::AddKeywords(CKnownFile* pFile)
228{
229 const Kademlia::WordList& wordlist = pFile->GetKadKeywords();
230
231 Kademlia::WordList::const_iterator it;
232 for (it = wordlist.begin(); it != wordlist.end(); ++it) {
233 AddKeyword(*it, pFile);
234 }
235}
236
237void CPublishKeywordList::RemoveKeyword(const wxString& keyword, CKnownFile *file)
238{

Callers 2

AddFileMethod · 0.80
SetFileNameMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected