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

Method cursor

cpp/fory/row/writer.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::shared_ptr<Buffer> &buffer() { return buffer_; }
38
39 inline uint32_t cursor() const { return buffer_->writer_index(); }
40
41 inline uint32_t size() const {
42 return buffer_->writer_index() - starting_offset_;

Callers 5

writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
TESTFunction · 0.80
mainFunction · 0.80

Calls 1

writer_indexMethod · 0.80

Tested by 1

TESTFunction · 0.64