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

Method empty

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

Source from the content-addressed store, hash-verified

6417namespace Catch {
6418
6419bool SourceLineInfo::empty() const noexcept {
6420 return file[0] == '\0';
6421}
6422bool SourceLineInfo::operator==(SourceLineInfo const &other) const noexcept {
6423 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
6424}

Callers 15

DiscardLastEntryMethod · 0.45
GetLastEntryMethod · 0.45
SetCurrentRangesMethod · 0.45
BuildMethod · 0.45
AddStringMethod · 0.45
AddTypeMethod · 0.45
AddFieldMethod · 0.45
AddMethodMethod · 0.45
BuildMethod · 0.45
ErrorStringPrintfMethod · 0.45
ExtractMethod · 0.45
OpenAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected