MCPcopy Create free account
hub / github.com/bytedance/bolt / backUp

Method backUp

bolt/common/strings/ByteStream.h:354–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 return true;
353 }
354 void backUp(size_t numBytes) override {
355 CHECK_LE(numBytes, maxBytes_);
356 CHECK_GE(offset_, numBytes);
357 offset_ -= numBytes;
358 }
359
360 private:
361 folly::StringPiece str_;

Callers 2

decodeFromByteSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected