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

Method IsHashSetNeeded

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

Source from the content-addressed store, hash-verified

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

Callers 2

ProcessFileInfoMethod · 0.80
ProcessFileStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected