MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / operator<<

Method operator<<

test/expected/catch.hpp:9511–9514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9509 }
9510
9511 friend auto operator<<( std::ostream &os, Parser const &parser ) -> std::ostream& {
9512 parser.writeToStream( os );
9513 return os;
9514 }
9515
9516 auto validate() const -> Result override {
9517 for( auto const &opt : m_options ) {

Callers 1

convertMethod · 0.45

Calls 1

writeToStreamMethod · 0.80

Tested by

no test coverage detected