MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / GetPos

Method GetPos

src/commons/serialize.h:1459–1461  ·  view source on GitHub ↗

return the current reading position

Source from the content-addressed store, hash-verified

1457
1458 // return the current reading position
1459 uint64_t GetPos() {
1460 return nReadPos;
1461 }
1462
1463 // rewind to a given reading position
1464 bool SetPos(uint64_t nPos) {

Callers 1

LoadExternalBlockFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected