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

Method SizeBuffer

src/BitVector.h:140–140  ·  view source on GitHub ↗

handling of the internal buffer (for EC) get size

Source from the content-addressed store, hash-verified

138 // handling of the internal buffer (for EC)
139 // get size
140 uint32 SizeBuffer() const { return m_bytes; }
141 // get buffer
142 const void* GetBuffer() const { return m_vector; }
143 // set buffer

Callers 2

CEC_UpDownClient_TagMethod · 0.80
ProcessItemUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

CEC_UpDownClient_TagMethod · 0.64