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

Method empty

unittests/catch.hpp:6665–6667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6663namespace Catch {
6664
6665 bool SourceLineInfo::empty() const noexcept {
6666 return file[0] == '\0';
6667 }
6668 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const noexcept {
6669 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
6670 }

Callers 15

default_search_pathsFunction · 0.45
default_search_pathsFunction · 0.45
interactiveFunction · 0.45
default_search_pathsFunction · 0.45
interactiveFunction · 0.45
addPatternMethod · 0.45
sectionStartingMethod · 0.45
assertionEndedMethod · 0.45
sectionEndedMethod · 0.45
reconstructExpressionMethod · 0.45
hasMessageMethod · 0.45
getExpandedExpressionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected