MCPcopy Create free account
hub / github.com/apache/thrift / empty

Method empty

compiler/cpp/tests/catch/catch.hpp:8608–8610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8606 line( _line )
8607 {}
8608 bool SourceLineInfo::empty() const {
8609 return file[0] == '\0';
8610 }
8611 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const {
8612 return line == other.line && (file == other.file || std::strcmp(file, other.file) == 0);
8613 }

Callers 15

S2CThreadProcFunction · 0.80
clean_up_doctextFunction · 0.80
dump_docstringsFunction · 0.80
auditFunction · 0.80
mainFunction · 0.80
compare_typeFunction · 0.80
compare_single_structFunction · 0.80
t_functionMethod · 0.80
validate_union_memberMethod · 0.80
init_generatorMethod · 0.80
find_library_nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected