MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / empty

Method empty

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

Source from the content-addressed store, hash-verified

7786namespace Catch {
7787
7788 bool SourceLineInfo::empty() const noexcept {
7789 return file[0] == '\0';
7790 }
7791 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const noexcept {
7792 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
7793 }

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

no test coverage detected