MCPcopy Create free account
hub / github.com/ElementsProject/elements / seek

Method seek

src/serialize.h:1010–1013  ·  view source on GitHub ↗

Pretend _nSize bytes are written, without specifying them. */

Source from the content-addressed store, hash-verified

1008
1009 /** Pretend _nSize bytes are written, without specifying them. */
1010 void seek(size_t _nSize)
1011 {
1012 this->nSize += _nSize;
1013 }
1014
1015 template<typename T>
1016 CSizeComputer& operator<<(const T& obj)

Callers 2

WriteVarIntFunction · 0.45
WriteCompactSizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected