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

Method write

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

Source from the content-addressed store, hash-verified

378 }
379
380 void write(const char* pch, size_t nSize)
381 {
382 // Write to the end of the buffer
383 vch.insert(vch.end(), pch, pch + nSize);
384 }
385
386 template<typename Stream>
387 void Serialize(Stream& s) const

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected