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

Method RemoveA4AFSource

src/PartFile.h:531–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529
530 void AddA4AFSource(CUpDownClient* src) { m_A4AFsrclist.insert(CCLIENTREF(src, "A4AFSource")); }
531 bool RemoveA4AFSource(CUpDownClient* src) { return (m_A4AFsrclist.erase(CCLIENTREF(src, "")) > 0); }
532
533 uint64 GetLastSearchTime() const { return m_lastsearchtime; }
534 void SetLastSearchTime(uint64 time) { m_lastsearchtime = time; }

Callers 2

SwapToAnotherFileMethod · 0.80
RemoveSourceMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected