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

Method SourceLineInfo

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

Source from the content-addressed store, hash-verified

8426 }
8427
8428 SourceLineInfo::SourceLineInfo() : file(""), line( 0 ){}
8429 SourceLineInfo::SourceLineInfo( char const* _file, std::size_t _line )
8430 : file( _file ),
8431 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected