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

Method has_input_stream

cpp/fory/util/buffer.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 FORY_ALWAYS_INLINE bool own_data() const { return own_data_; }
110
111 FORY_ALWAYS_INLINE bool has_input_stream() const {
112 return input_stream_ != nullptr;
113 }
114
115 FORY_ALWAYS_INLINE bool has_output_stream() const {
116 return output_stream_ != nullptr;

Calls

no outgoing calls

Tested by

no test coverage detected