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

Method write

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

Source from the content-addressed store, hash-verified

1002 explicit CSizeComputer(int nVersionIn) : nSize(0), nVersion(nVersionIn) {}
1003
1004 void write(Span<const std::byte> src)
1005 {
1006 this->nSize += src.size();
1007 }
1008
1009 /** Pretend _nSize bytes are written, without specifying them. */
1010 void seek(size_t _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
Serialize_implFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected