Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ data
Method
data
cpp/fory/serialization/stream_test.cc:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
OneByteOStream() : std::ostream(nullptr) { rdbuf(&buf_); }
145
146
std::vector<uint8_t> data() const { return buf_.data(); }
147
148
private:
149
OneByteOutputStreamBuf buf_;
Callers
15
TEST
Function · 0.45
write_data
Method · 0.45
read_data
Method · 0.45
write_data
Method · 0.45
read_data
Method · 0.45
write_data
Method · 0.45
read_data
Method · 0.45
write_data
Method · 0.45
read_data
Method · 0.45
write_data
Method · 0.45
read_data
Method · 0.45
write_data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected