MCPcopy Create free account
hub / github.com/FidoProject/Fido / empty

Method empty

tests/catch.h:7797–7799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7795 line( other.line )
7796 {}
7797 bool SourceLineInfo::empty() const {
7798 return file.empty();
7799 }
7800 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const {
7801 return line == other.line && file == other.file;
7802 }

Callers 15

hasFiltersMethod · 0.80
addPatternMethod · 0.80
addFilterMethod · 0.80
ConfigMethod · 0.80
nameMethod · 0.80
openStreamMethod · 0.80
TextMethod · 0.80
parseIntoTokensMethod · 0.80
takesArgMethod · 0.80
dbgNameMethod · 0.80
commandsMethod · 0.80
addOptNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected