MCPcopy Create free account
hub / github.com/IronsDu/brynet / SourceLineInfo

Method SourceLineInfo

tests/catch.hpp:508–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 struct SourceLineInfo {
507
508 SourceLineInfo() = delete;
509 SourceLineInfo( char const* _file, std::size_t _line ) noexcept
510 : file( _file ),
511 line( _line )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected