| 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; |
no outgoing calls
no test coverage detected