MCPcopy Create free account
hub / github.com/RenderKit/embree / empty

Method empty

tutorials/external/catch.hpp:8007–8009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8005namespace Catch {
8006
8007 bool SourceLineInfo::empty() const noexcept {
8008 return file[0] == '\0';
8009 }
8010 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const noexcept {
8011 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
8012 }

Callers 15

renderTileStandardFunction · 0.45
device_renderFunction · 0.45
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

Calls

no outgoing calls

Tested by

no test coverage detected