MCPcopy Create free account
hub / github.com/apache/fory / remaining_size

Method remaining_size

python/pyfory/cpp/pyfory.cc:515–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 uint32_t remaining_size() const {
516 return buffer_->size_ - buffer_->reader_index_;
517 }
518
519 void reserve(uint32_t new_size) {
520 data_.resize(new_size);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected