MCPcopy Create free account
hub / github.com/LUX-Core/lux / seek

Method seek

src/serialize.h:1096–1099  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1094
1095 /** Pretend _nSize bytes are written, without specifying them. */
1096 void seek(size_t _nSize)
1097 {
1098 this->nSize += _nSize;
1099 }
1100
1101 template <typename T>
1102 CSizeComputer& operator<<(const T& obj)

Callers 6

fetchBlockMethod · 0.80
runMethod · 0.80
test_runner.pyFile · 0.80
SerializeMethod · 0.80
Q_FOREACHFunction · 0.80

Calls

no outgoing calls

Tested by 1