MCPcopy Create free account
hub / github.com/apache/trafficserver / operator<<

Method operator<<

lib/catch2/catch.hpp:9579–9582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9577 }
9578
9579 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
9580 parser.writeToStream( os );
9581 return os;
9582 }
9583
9584 auto validate() const -> Result override {
9585 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.80

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected