MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / MessageInfo

Method MessageInfo

Bcore/src/main/cpp/Dobby/tests/catch.hpp:7936–7938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7934namespace Catch {
7935
7936MessageInfo::MessageInfo(std::string const &_macroName, SourceLineInfo const &_lineInfo, ResultWas::OfType _type)
7937 : macroName(_macroName), lineInfo(_lineInfo), type(_type), sequence(++globalCount) {
7938}
7939
7940bool MessageInfo::operator==(MessageInfo const &other) const {
7941 return sequence == other.sequence;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected