MCPcopy Create free account
hub / github.com/comaps/comaps / Size

Method Size

3party/bsdiff-courgette/bsdiff/bsdiff.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105 MemWriter<std::vector<uint8_t>> & GetWriter() { return m_writer; }
106 size_t Size() const { return m_buf.size(); }
107 std::vector<uint8_t> const & GetBuf() const { return m_buf; }
108
109private:

Callers 2

CreateBinaryPatchFunction · 0.45
ApplyBinaryPatchFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected