MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / write

Method write

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

Source from the content-addressed store, hash-verified

1199 SizeComputer() {}
1200
1201 void write(Span<const std::byte> src) { this->nSize += src.size(); }
1202
1203 /** Pretend _nSize bytes are written, without specifying them. */
1204 void seek(size_t _nSize) { this->nSize += _nSize; }

Callers 9

ser_writedata8Function · 0.45
ser_writedata16Function · 0.45
ser_writedata16beFunction · 0.45
ser_writedata32Function · 0.45
ser_writedata32beFunction · 0.45
ser_writedata64Function · 0.45
SerializeFunction · 0.45
SerMethod · 0.45
writeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected