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

Method set_output_stream

cpp/fory/serialization/context.h:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 inline const Buffer &buffer() const { return buffer_; }
122
123 inline void set_output_stream(OutputStream *output_stream) {
124 output_stream_ = output_stream;
125 }
126
127 /// get reference writer for tracking shared references.
128 inline RefWriter &ref_writer() { return ref_writer_; }

Callers 1

serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected