MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / data

Method data

src/streams.h:247–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 iterator insert(iterator it, const char x=char()) { return vch.insert(it, x); }
246 void insert(iterator it, size_type n, const char x) { vch.insert(it, n, x); }
247 value_type* data() { return vch.data() + nReadPos; }
248 const value_type* data() const { return vch.data() + nReadPos; }
249
250 void insert(iterator it, std::vector<char>::const_iterator first, std::vector<char>::const_iterator last)

Callers 2

writeMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected