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

Method SetHashSetNeeded

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

Source from the content-addressed store, hash-verified

520public:
521 bool IsHashSetNeeded() const { return m_hashsetneeded; }
522 void SetHashSetNeeded(bool value) { m_hashsetneeded = value; }
523
524 uint64 GetCompletedSize() const { return completedsize; }
525 void SetCompletedSize(uint64 size) { completedsize = size; }

Callers 5

ProcessFileInfoMethod · 0.80
ProcessFileStatusMethod · 0.80
ProcessHashSetMethod · 0.80
DisconnectedMethod · 0.80
TryToConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected