MCPcopy Create free account
hub / github.com/cirquit/trdrop / writeSourceInfo

Method writeSourceInfo

ext/catch.hpp:9868–9872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9866 }
9867
9868 void writeSourceInfo( SourceLineInfo const& sourceInfo ) {
9869 m_xml
9870 .writeAttribute( "filename", sourceInfo.file )
9871 .writeAttribute( "line", sourceInfo.line );
9872 }
9873
9874 public: // StreamingReporterBase
9875

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected