MCPcopy 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
148private:
149 OneByteOutputStreamBuf buf_;

Callers 15

TESTFunction · 0.45
write_dataMethod · 0.45
read_dataMethod · 0.45
write_dataMethod · 0.45
read_dataMethod · 0.45
write_dataMethod · 0.45
read_dataMethod · 0.45
write_dataMethod · 0.45
read_dataMethod · 0.45
write_dataMethod · 0.45
read_dataMethod · 0.45
write_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected