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

Method SetContents

src/GenericClientListCtrl.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void SetContents(CKnownFile* owner, const CClientRef& source, SourceItemType type) {
78 m_owner = owner;
79 m_sourceValue = source;
80 m_type = type;
81 }
82
83 void SetType(SourceItemType type) { m_type = type; }
84

Callers 2

RawAddSourceMethod · 0.45
AddSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected