MCPcopy Create free account
hub / github.com/KDE/kdiff3 / isValid

Method isValid

src/SourceData.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool SourceData::isValid() const
96{
97 return isEmpty() || hasData();
98}
99
100QString SourceData::getFilename() const
101{

Callers 2

readAndPreprocessMethod · 0.45
getEncodingFromTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected