MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / Skip

Method Skip

src/log/sequential_file.cc:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 virtual Status Skip(uint64_t n) {
68 if (fseek(file_, n, SEEK_CUR)) {
69 return Status::IOError(filename_, strerror(errno));
70 }
71 return Status::OK();
72 }
73
74 virtual Status Tell(uint64_t* pos) {
75 if (pos == NULL) {

Callers 1

SkipToInitialBlockMethod · 0.80

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected