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

Method write

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

Source from the content-addressed store, hash-verified

907 CSizeComputer(int nTypeIn, int nVersionIn) : nSize(0), nType(nTypeIn), nVersion(nVersionIn) {}
908
909 void write(const char *psz, size_t _nSize)
910 {
911 this->nSize += _nSize;
912 }
913
914 /** Pretend _nSize bytes are written, without specifying them. */
915 void seek(size_t _nSize)

Callers 8

ser_writedata8Function · 0.45
ser_writedata16Function · 0.45
ser_writedata16beFunction · 0.45
ser_writedata32Function · 0.45
ser_writedata64Function · 0.45
SerializeFunction · 0.45
SerializeMethod · 0.45
Serialize_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected