MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / empty

Method empty

extlibs/catch/include/catch/catch.hpp:9590–9592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9588namespace Catch {
9589
9590 bool SourceLineInfo::empty() const noexcept {
9591 return file[0] == '\0';
9592 }
9593 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const noexcept {
9594 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
9595 }

Callers 15

addPatternMethod · 0.45
sectionStartingMethod · 0.45
assertionEndedMethod · 0.45
sectionEndedMethod · 0.45
reconstructExpressionMethod · 0.45
hasMessageMethod · 0.45
getExpandedExpressionMethod · 0.45
loadBufferMethod · 0.45
TokenStreamClass · 0.45
operator*Method · 0.45
operator->Method · 0.45
getHelpColumnsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestGroupMethod · 0.36