Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
deserialize
Method · 0.80
Buffer
Method · 0.80
rebind_input_stream_to_this
Method · 0.80
detach_input_stream_from_this
Method · 0.80
TEST
Function · 0.80
Calls
1
get
Method · 0.65
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64