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

Method get_buffer

cpp/fory/util/stream.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 virtual ~OutputStream();
40
41 FORY_ALWAYS_INLINE Buffer *get_buffer() { return buffer_.get(); }
42
43 FORY_ALWAYS_INLINE const Buffer *get_buffer() const { return buffer_.get(); }
44

Callers 6

TESTFunction · 0.80
deserializeMethod · 0.80
BufferMethod · 0.80
TESTFunction · 0.80

Calls 1

getMethod · 0.65

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64