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

Method reader_index

cpp/fory/util/buffer.h:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 FORY_ALWAYS_INLINE uint32_t writer_index() { return writer_index_; }
151
152 FORY_ALWAYS_INLINE uint32_t reader_index() { return reader_index_; }
153
154 /// \brief Return the remaining bytes available for reading
155 FORY_ALWAYS_INLINE uint32_t remaining_size() const {

Callers 15

read_python_stringFunction · 0.80
read_dataMethod · 0.80
read_dataMethod · 0.80
read_dataMethod · 0.80
read_dataMethod · 0.80
read_struct_fields_implFunction · 0.80
make_bufferFunction · 0.80

Calls 2

to_stringMethod · 0.45

Tested by 7

make_bufferFunction · 0.64
run_test_bufferFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64