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

Method data

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

\brief Return a pointer to the buffer's data

Source from the content-addressed store, hash-verified

102
103 /// \brief Return a pointer to the buffer's data
104 FORY_ALWAYS_INLINE uint8_t *data() const { return data_; }
105
106 /// \brief Return the buffer's size in bytes
107 FORY_ALWAYS_INLINE uint32_t size() const { return size_; }

Callers 15

fill_bufferMethod · 0.45
shrink_bufferMethod · 0.45
bind_bufferMethod · 0.45
reserveMethod · 0.45
read_python_stringFunction · 0.45
WriteFileFunction · 0.45
RunRoundTripFunction · 0.45
write_fieldFunction · 0.45
read_fieldFunction · 0.45
to_bytesMethod · 0.45
from_bytesMethod · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36